Quantum 3
3.0.14
Classes | |
| class | ByteArrayConverter |
| Converts byte arrays to and from JSON in a way compatible with the Unity's built-in JSON utility. More... | |
| class | FixedSizeBufferConverter |
| Converts fixed-size buffers to and from JSON in a way compatible with the Unity's built-in JSON utility. More... | |
| class | SerializeReferenceConverter |
| Converter for Unity serialize reference. More... | |
| class | UnityContractResolver |
| Custom contract resolver for Unity objects. The main purpose is to support Unity's SerializeReference attribute. More... | |
| class | UnityJsonUtilityConvert |
| Utility methods to convert JSON data serialized by Unity's built-in JSON utility to .NET objects with Newtonsoft.Json. More... | |
Functions | |
| delegate Type | SerializeReferenceTypeResolver (string assemblyQualifiedName) |
| Delegate used to resolve types stored by SerializeReference objects. The assemblyQualifiedName is constructed from stored "ns", "class" and "asm" properties. More... | |
| delegate Type Quantum.Json.SerializeReferenceTypeResolver | ( | string | assemblyQualifiedName | ) |
Delegate used to resolve types stored by SerializeReference objects. The assemblyQualifiedName is constructed from stored "ns", "class" and "asm" properties.