Click or drag to resize

JSONFormatterSerialize Method (IJSONSerializable)

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

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

Parameters

serializableObject
Type: Telogis.GeoBase.SerializationIJSONSerializable
The IJSONSerializable to serialize.

Return Value

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