SerializationContext()
Constructs a default SerializationContext.
int GetIndentation() const
Gets the indentation level of the context.
SerializationContext Indented()
Constructs a SerializationContext which is indented (1 step) compared to the current context.
void SetIndentation(int indentation)
Sets the indentation level.
A context used during serialization of objects.
string Tabs() const
Generates a string of Tab characters, based on the indentation level.