Class PrettyJsonWriterImpl
Inheritance
PrettyJsonWriterImpl
Inherited Members
PrettyJsonWriterImpl
Assembly: FlaxEngine.dll
File: Engine/Serialization/JsonWriters.h
Syntax
public class PrettyJsonWriterImpl : public rapidjson::PrettyWriter
Constructors
PrettyJsonWriterImpl(rapidjson_flax::StringBuffer& buffer)
Initializes a new instance of the PrettyJsonWriterImpl class.
Declaration
public PrettyJsonWriterImpl(rapidjson_flax::StringBuffer& buffer)
Parameters
rapidjson_flax::StringBuffer
buffer
The buffer. |
Methods
Float(float d)
Declaration
public void Float(float d)
Parameters
float
d
|
Returns
void
|
RawValue(const char* json, int32 length)
Declaration
public void RawValue(const char* json, int32 length)
Parameters
char
json
|
int32
length
|
Returns
void
|