Class | Description | |
---|---|---|
![]() |
JSONArray | Represents an ordered sequence of JSON elements. This class cannot be inherited. |
![]() |
JSONBool | Represents a boolean JSON value. This class cannot be inherited. |
![]() |
JSONConverter | Provides methods for serializing basic types to and from JSON. This class cannot be inherited. |
![]() |
JSONDecodingOptions | Provides data for the JSON decoding process. This class cannot be inherited. |
![]() |
JSONDeserializationException | The exception that is thrown when Piczard is unable to deserialize a JSONObject or deserialize a JSON string. |
![]() |
JSONElement | Represents the abstract class from which every JSON element must inherit. |
![]() |
JSONInvalidObjectException | The exception that is thrown when it is not possible to deserialize an instance of a class from a JSONObject. |
![]() |
JSONNonSerializableObjectException | The exception that is thrown when trying to Serialize an instance of a class that does not implement the IJSONSerializable interface.. |
![]() |
JSONNumber | Represents a numeric JSON value. This class cannot be inherited. |
![]() |
JSONObject | Represents an ordered collection of key/value pairs. This class cannot be inherited. |
![]() |
JSONSerializationException | The exception that is thrown when Piczard is unable to serialize an object. |
![]() |
JSONSerializationOptions | Provides data for the JSON serialization process. This class cannot be inherited. |
![]() |
JSONSerializer | Provides methods for serializing to JSON and deserializing from JSON. This class cannot be inherited. |
![]() |
JSONString | Represents a string JSON value. This class cannot be inherited. |
![]() |
JSONValue | Represents a generic JSON value. |
Interface | Description | |
---|---|---|
![]() |
IJSONSerializable | Defines properties and methods that must be implemented by a class that supports JavaScript Object Notation (JSON) serialization through the JSONSerializer class. |
Enumeration | Description | |
---|---|---|
![]() |
JSONElementType | Specifies the type of a JSONElement object. |
![]() |
JSONTokenType |
For more information about JSON serialization please see: JSON Serialization.