ObjectStateFormatter Methods
Assembly: System.Web (in System.Web.dll)
| 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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(Stream) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ObjectStateFormatter.Deserialize. |
![]() ![]() | IFormatter.Serialize(Stream, Object) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ObjectStateFormatter.Serialize. |
![]() ![]() | IStateFormatter.Deserialize(String) | For a description of this member, see ObjectStateFormatter.Deserialize. |
![]() ![]() | IStateFormatter.Serialize(Object) | For a description of this member, see ObjectStateFormatter.Serialize. |


