IJsonSerializable Members
Include Protected Members
Include Inherited Members
Represents an object than can be serialized to JavaScript Object Notation (JSON).
The IJsonSerializable type exposes the following members.
Methods
Name | Description | |
---|---|---|
ToJson | Serializes this object to the JavaScript Object Notation (JSON). |
Top