Click or drag to resize

JSONFormatterSerialize Method (JSONObject)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Serializes a JSONObject into a string.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static string Serialize(
	JSONObject jsonObject
)

Parameters

jsonObject
Type: Telogis.GeoBase.SerializationJSONObject
The JSONObject to serialize.

Return Value

Type: String
The serialized form of the given JSON object as a string.
See Also