ESRI.ArcGIS.ADF.Web | |
IJsonSerializable Interface Members | |
See Also Methods |
ESRI.ArcGIS.ADF.Web Namespace : IJsonSerializable Interface |
The following tables list the members exposed by IJsonSerializable.
Name | Description | |
---|---|---|
FromJson | Populates properties using JSON string. Use CreateFromJson static method on base class where available to deserialize from string into an instance of the type specified in the JSON string, if sub-type is not known. | |
ToJson | Serializes to JSON. |