Class JsonVisitor.Style
Constants for styling and special keys.
Inheritance
System.Object
JsonVisitor.Style
Namespace: Unity.Serialization.Json
Syntax
public static class Style
Fields
Space
Spaces for indentation
Declaration
public static int Space
Field Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |