Click or drag to resize

IJSONSerializable Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Classes that implement IJSONSerializable can be used by JSONFormatter to serialize and deserialize the object to and from a string.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IJSONSerializable

The IJSONSerializable type exposes the following members.

Properties
  NameDescription
Public propertyJSONName
Gets the JSONName of the object.
Top
Methods
  NameDescription
Public methodFromJSON
Initializes an object from its corresponding JSONObject source data.
Public methodToJSON
Gets the JSONObject representation of the object.
Top
See Also