====== ThinkGeo.MapSuite.Serialize.XmlGeoSerializationFormatter ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Serialize.GeoSerializationFormatter ***ThinkGeo.MapSuite.Serialize.XmlGeoSerializationFormatter** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} XmlGeoSerializationFormatter() ** * //Creates an instance of GeoSerializationFormatter.// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Save(GeoObjectModel,Stream) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //model// * Type:[[ThinkGeo.MapSuite.Serialize.GeoObjectModel|GeoObjectModel]] * Description:N/A * //stream// * Type:Stream * Description:N/A
** {{wiki:PublicMethod.gif|}} Load(Stream) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Serialize.GeoObjectModel|GeoObjectModel]] * Description:N/A == Parameters == * //stream// * Type:Stream * Description:N/A
** {{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|}} SaveCore(GeoObjectModel,Stream) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //model// * Type:[[ThinkGeo.MapSuite.Serialize.GeoObjectModel|GeoObjectModel]] * Description:The GeoObjectModel to create XML for. * //stream// * Type:Stream * Description:The Stream to save XML into.
** {{wiki:ProtectedMethod.gif|}} LoadCore(Stream) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Serialize.GeoObjectModel|GeoObjectModel]] * Description:The GeoObjectModel recreated from the stream. == Parameters == * //stream// * Type:Stream * Description:The Stream that contains XML.
** {{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|}} Encoding ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Encoding ==== Protected Properties ==== ==== Public Events ====