User Tools

Site Tools


thinkgeo.mapsuite.core.geoserializer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.geoserializer [2015/09/21 01:04]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.GeoSerializer ====== 
-This class serializes an object. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.GeoSerializer** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} GeoSerializer() ** 
- 
-Creates an instance of GeoSerializer. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GeoSerializer(GeoSerializationFormatter) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​formatter//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoSerializationFormatter|GeoSerializationFormatter]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} Serialize(Object,​String) ** 
- 
-Serialize an object and save the serialized data to a file. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​objectToSerialize//​ 
-    * Type:Object 
-    * Description:​The object to be serialized. 
- 
-  * //​targetPathFileName//​ 
-    * Type:String 
-    * Description:​The path to save the serialized data to. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Serialize(Object,​Stream) ** 
- 
-Serialize an object and save the serialized data to a stream. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​objectToSerialize//​ 
-    * Type:Object 
-    * Description:​The object to be serialized. 
- 
-  * //​targetStream//​ 
-    * Type:Stream 
-    * Description:​The stream to save the serialized data into. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Serialize(Object) ** 
- 
-Serialize an object and save the serialized data to a string. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​The string that contains the serialized data. 
- 
-== Parameters == 
-  * //​objectToSerialize//​ 
-    * Type:Object 
-    * Description:​The object to be serialized. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Deserialize(String,​GeoFileAccess) ** 
- 
-Recreates an object from a file. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​The recreated object. 
- 
-== Parameters == 
-  * //​sourcePathFileName//​ 
-    * Type:String 
-    * Description:​The file path to deserialize from. 
- 
-  * //​fileAccess//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] 
-    * Description:​The FileAccess 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Deserialize(Stream) ** 
- 
-Recreates an object from a stream. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​The recreated object. 
- 
-== Parameters == 
-  * //​sourceStream//​ 
-    * Type:Stream 
-    * Description:​The Stream to deserialize from. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Deserialize(String) ** 
- 
-Recreates an object from a string. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​The recreated object. 
- 
-== Parameters == 
-  * //​sourceString//​ 
-    * Type:String 
-    * Description:​The string to deserialize from. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Deserialize(Uri) ** 
- 
-Recreates an object from an Url. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​The recreated object. 
- 
-== Parameters == 
-  * //​sourceUri//​ 
-    * Type:Uri 
-    * Description:​The Url to deserialize from. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} Formatter ** 
- 
-Gets or sets the Formatter. The Formatter determines what kind of serialized data will be created. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoSerializationFormatter|GeoSerializationFormatter]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.geoserializer.1442797470.txt.gz ยท Last modified: 2015/09/21 01:04 by admin