This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.geoserializer [2015/09/21 07:45] admin |
thinkgeo.mapsuite.core.geoserializer [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.GeoSerializer ====== | ====== ThinkGeo.MapSuite.Core.GeoSerializer ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class serializes an object. | This class serializes an object. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 8: | Line 11: | ||
| ** {{wiki:PublicMethod.gif|}} GeoSerializer() ** | ** {{wiki:PublicMethod.gif|}} GeoSerializer() ** | ||
| - | Creates an instance of GeoSerializer. | + | * //Creates an instance of GeoSerializer.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} GeoSerializer(GeoSerializationFormatter) ** | ** {{wiki:PublicMethod.gif|}} GeoSerializer(GeoSerializationFormatter) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //formatter// | * //formatter// | ||
| Line 28: | Line 31: | ||
| ** {{wiki:PublicMethod.gif|}} Serialize(Object,String) ** | ** {{wiki:PublicMethod.gif|}} Serialize(Object,String) ** | ||
| - | Serialize an object and save the serialized data to a file. | + | * //Serialize an object and save the serialized data to a file.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 48: | Line 51: | ||
| ** {{wiki:PublicMethod.gif|}} Serialize(Object,Stream) ** | ** {{wiki:PublicMethod.gif|}} Serialize(Object,Stream) ** | ||
| - | Serialize an object and save the serialized data to a stream. | + | * //Serialize an object and save the serialized data to a stream.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 68: | Line 71: | ||
| ** {{wiki:PublicMethod.gif|}} Serialize(Object) ** | ** {{wiki:PublicMethod.gif|}} Serialize(Object) ** | ||
| - | Serialize an object and save the serialized data to a string. | + | * //Serialize an object and save the serialized data to a string.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 84: | Line 87: | ||
| ** {{wiki:PublicMethod.gif|}} Deserialize(String,FileAccess) ** | ** {{wiki:PublicMethod.gif|}} Deserialize(String,FileAccess) ** | ||
| - | Recreates an object from a file. | + | * //Recreates an object from a file.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 104: | Line 107: | ||
| ** {{wiki:PublicMethod.gif|}} Deserialize(Stream) ** | ** {{wiki:PublicMethod.gif|}} Deserialize(Stream) ** | ||
| - | Recreates an object from a stream. | + | * //Recreates an object from a stream.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 120: | Line 123: | ||
| ** {{wiki:PublicMethod.gif|}} Deserialize(String) ** | ** {{wiki:PublicMethod.gif|}} Deserialize(String) ** | ||
| - | Recreates an object from a string. | + | * //Recreates an object from a string.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 136: | Line 139: | ||
| ** {{wiki:PublicMethod.gif|}} Deserialize(Uri) ** | ** {{wiki:PublicMethod.gif|}} Deserialize(Uri) ** | ||
| - | Recreates an object from an Url. | + | * //Recreates an object from an Url.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 152: | Line 155: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 164: | Line 167: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 180: | Line 183: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 192: | Line 195: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 205: | Line 208: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 217: | Line 220: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||