ESRI.ArcGIS.ADF.Web | |
IJsonSerializable Interface Methods | |
See Also |
ESRI.ArcGIS.ADF.Web Namespace : IJsonSerializable Interface |
For a list of all members of this type, see IJsonSerializable members.
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. |