This documentation is archived and is not being maintained.
ObjectStateFormatter Methods
Visual Studio 2010
The ObjectStateFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Deserialize(Stream) | Deserializes an object state graph from its binary-serialized form that is contained in the specified Stream object. |
|
Deserialize(String) | Deserializes an object state graph from its serialized base64-encoded string form. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Serialize(Object) | Serializes an object state graph to a base64-encoded string. |
|
Serialize(Stream, Object) | Serializes an object state graph to the specified Stream object. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IFormatter::Deserialize | Infrastructure. For a description of this member, see ObjectStateFormatter::Deserialize. |
|
IFormatter::Serialize | Infrastructure. For a description of this member, see ObjectStateFormatter::Serialize. |
|
IStateFormatter::Deserialize | For a description of this member, see ObjectStateFormatter::Deserialize. |
|
IStateFormatter::Serialize | For a description of this member, see ObjectStateFormatter::Serialize. |
Show: