User Tools

Site Tools


thinkgeo.mapsuite.core.geoserializer

This is an old revision of the document!


ThinkGeo.MapSuite.Core.GeoSerializer

This class serializes an object.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.GeoSerializer

Members Summary

Public Constructors

GeoSerializer

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:Creates an instance of GeoSerializer.

GeoSerializer

Protected Constructors

Public Methods

Deserialize

  • Parameters:String,FileAccess
  • DeclaringType:N/A
  • Summary:Recreates an object from a file.

Deserialize

  • Parameters:Stream
  • DeclaringType:N/A
  • Summary:Recreates an object from a stream.

Deserialize

  • Parameters:String
  • DeclaringType:N/A
  • Summary:Recreates an object from a string.

Deserialize

  • Parameters:Uri
  • DeclaringType:N/A
  • Summary:Recreates an object from an Url.

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Serialize

  • Parameters:Object,String
  • DeclaringType:N/A
  • Summary:Serialize an object and save the serialized data to a file.

Serialize

  • Parameters:Object,Stream
  • DeclaringType:N/A
  • Summary:Serialize an object and save the serialized data to a stream.

Serialize

  • Parameters:Object
  • DeclaringType:N/A
  • Summary:Serialize an object and save the serialized data to a string.

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

Formatter

  • Summary:Gets or sets the Formatter. The Formatter determines what kind of serialized data will be created.

Protected Properties

Public Events

Public Constructors

GeoSerializer()

Creates an instance of GeoSerializer.

Remarks

N/A

Parameters

GeoSerializer(GeoSerializationFormatter)

N/A

Remarks

N/A

Parameters

formatter

  • Description:N/A Go Back ===== Protected Constructors ===== ===== Public Methods ===== === Deserialize(String,FileAccess) === Recreates an object from a file. ==== Remarks ==== N/A Return Value * Return Type:Object * Description:The recreated object. ==== Parameters ==== sourcePathFileName * Type:String * Description:The file path to deserialize from. fileAccess * Type:FileAccess * Description:The FileAccess Go Back === Deserialize(Stream) === Recreates an object from a stream. ==== Remarks ==== N/A Return Value * Return Type:Object * Description:The recreated object. ==== Parameters ==== sourceStream * Type:Stream * Description:The Stream to deserialize from. Go Back === Deserialize(String) === Recreates an object from a string. ==== Remarks ==== N/A Return Value * Return Type:Object * Description:The recreated object. ==== Parameters ==== sourceString * Type:String * Description:The string to deserialize from. Go Back === Deserialize(Uri) === Recreates an object from an Url. ==== Remarks ==== N/A Return Value * Return Type:Object * Description:The recreated object. ==== Parameters ==== sourceUri * Type:Uri * Description:The Url to deserialize from. Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === Serialize(Object,String) === Serialize an object and save the serialized data to a file. ==== Remarks ==== N/A Return Value * Return 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. Go Back === Serialize(Object,Stream) === Serialize an object and save the serialized data to a stream. ==== Remarks ==== N/A Return Value * Return 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. Go Back === Serialize(Object) === Serialize an object and save the serialized data to a string. ==== Remarks ==== N/A Return Value * Return Type:String * Description:The string that contains the serialized data. ==== Parameters ==== objectToSerialize * Type:Object * Description:The object to be serialized. Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back ===== Public Properties ===== === Formatter === Gets or sets the Formatter. The Formatter determines what kind of serialized data will be created. ==== Remarks ==== N/A ==== Return Value ==== Return Type**:GeoSerializationFormatter

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.geoserializer.1442485817.txt.gz · Last modified: 2015/09/17 10:30 by admin