JSONFormatterSerialize Method (JSONObject) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static string Serialize(
JSONObject jsonObject
)
Public Shared Function Serialize (
jsonObject As JSONObject
) As String
Parameters
- jsonObject
- Type: Telogis.GeoBase.SerializationJSONObject
The JSONObject to serialize.
Return Value
Type:
StringThe serialized form of the given JSON object as a string.
See Also