====== ThinkGeo.MapSuite.MvcEdition.IJsonSerialization ====== {{section>upgrade_map_suite_to_10.0}} 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 ^ | {{wiki:PublicMethod.gif|Public Method}}[[#FromJson(String)|FromJson]] | String | | Load this object from a json string. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | | 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 | | === Parameters === ^ Name ^ Type ^ Description ^ | jsonString | String | a json string | [[#Public Methods|Go Back]] ==== ToJson() ==== Convert this object to a json string. === Return Value === ^ Return Type ^ Description ^ | String | a json string | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ===== Public Properties ===== ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:MvcEdition]] [[Category:ThinkGeo.MapSuite.MvcEdition]]