====== ThinkGeo.MapSuite.Serialize.GeoSerializer ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Serialize.GeoSerializer** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoSerializer() ** * //Creates an instance of GeoSerializer.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} GeoSerializer(GeoSerializationFormatter) ** * //N/A// == Remarks == * //N/A// == Parameters == * //formatter// * Type:[[ThinkGeo.MapSuite.Serialize.GeoSerializationFormatter|GeoSerializationFormatter]] * Description:N/A ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Serialize(Object,String) ** * //N/A// == 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. ** {{wiki:PublicMethod.gif|}} Serialize(Object,Stream) ** * //N/A// == 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. ** {{wiki:PublicMethod.gif|}} Serialize(Object) ** * //N/A// == 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. ** {{wiki:PublicMethod.gif|}} Deserialize(String,GeoFileReadWriteMode) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:The recreated object. == Parameters == * //sourcePathFilename// * Type:String * Description:The file path to deserialize from. * //readWriteMode// * Type:[[ThinkGeo.MapSuite.Layers.GeoFileReadWriteMode|GeoFileReadWriteMode]] * Description:N/A ** {{wiki:PublicMethod.gif|}} Deserialize(Stream) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:The recreated object. == Parameters == * //sourceStream// * Type:Stream * Description:The Stream to deserialize from. ** {{wiki:PublicMethod.gif|}} Deserialize(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:The recreated object. == Parameters == * //sourceString// * Type:String * Description:The string to deserialize from. ** {{wiki:PublicMethod.gif|}} Deserialize(Uri) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:The recreated object. == Parameters == * //sourceUri// * Type:Uri * Description:The Url to deserialize from. ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Formatter ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Serialize.GeoSerializationFormatter|GeoSerializationFormatter]] ==== Protected Properties ==== ==== Public Events ====