Table of Contents

ThinkGeo.MapSuite.MvcEdition.IJsonSerialization

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Interface –> Define an interface to allow class that implement Json conversion.

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodFromJson String Load this object from a json string.
Public MethodToJson Convert this object to a json string.

Protected Methods

Name Parameters DeclaringType Summary

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

FromJson(String)

Load this object from a json string.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
jsonString String<!– System.String –> a json string

<!– ThinkGeo.MapSuite.MvcEdition.IJsonSerialization –> Go Back

ToJson()

Convert this object to a json string.

Return Value

Return Type Description
String<!– System.String –> a json string

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.MvcEdition.IJsonSerialization –> Go Back

Protected Methods

Public Properties

Protected Properties

Public Events

NOTOC MvcEdition ThinkGeo.MapSuite.MvcEdition