The C++ framework for developing highly scalable, high performance servers on Windows platforms.

FastWriter Class Reference

Inheritance diagram for FastWriter:
Collaboration diagram for FastWriter:

List of all members.


Detailed Description

Outputs a Value in JSON format without formatting (not human friendly).

The JSON document is written in a single line. It is not intended for 'human' consumption, but may be usefull to support feature such as RPC where bandwith is limited.

See also:
Reader, Value
Deprecated:
Use StreamWriterBuilder.

Public Member Functions

 FastWriter ()
virtual ~FastWriter ()
void enableYAMLCompatibility ()
virtual std::string write (const Value &root)

Constructor & Destructor Documentation

FastWriter (  ) 

virtual ~FastWriter (  )  [inline, virtual]


Member Function Documentation

void enableYAMLCompatibility (  ) 

std::string write ( const Value root  )  [virtual]

Implements Writer.


Generated on Sun Sep 12 19:08:10 2021 for The Server Framework - v7.4 by doxygen 1.5.3