Class JsonVisitor.Style
Constants for styling and special keys.
Namespace: Unity.Serialization.Json
Syntax
public static class Style
Fields
Space
Spaces for indentation
Declaration
public static int Space
Field Value
Type | Description |
---|---|
Int32 |
TypeInfoKey
The key used when writing out custom type information. This can be consumed during deserialization to reconstruct the concrete type.
Declaration
public static string TypeInfoKey
Field Value
Type | Description |
---|---|
String |