Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Classes
Class | Description | |
---|---|---|
![]() |
JsonNetSerializer | Default IJsonSerializer implementation over Json.NET. |
![]() |
JsonSerializerExtensions | Extensions for IJsonSerializer. |
![]() |
JsonUtility | Helper class for common JSON operations. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IJsonSerializer | Used to serialize and deserialize outgoing/incoming data. |
![]() |
IJsonValue | Represents a JSON value. |
![]() |
IJsonWritable | Implementations handle their own serialization to JSON. |