Click or drag to resize

IJSONSerializableFromJSON Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes an object from its corresponding JSONObject source data.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void FromJSON(
	JSONObject source
)

Parameters

source
Type: Telogis.GeoBase.SerializationJSONObject
The JSONObject to initialize this object with.
See Also