ObjectStateFormatter Methods

 

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodDeserialize(Stream)

Deserializes an object state graph from its binary-serialized form that is contained in the specified Stream object.

System_CAPS_pubmethodDeserialize(String)

Deserializes an object state graph from its serialized base64-encoded string form.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSerialize(Object)

Serializes an object state graph to a base64-encoded string.

System_CAPS_pubmethodSerialize(Stream, Object)

Serializes an object state graph to the specified Stream object.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormatter.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.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormatter.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.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateFormatter.Deserialize(String)

For a description of this member, see ObjectStateFormatter.Deserialize.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStateFormatter.Serialize(Object)

For a description of this member, see ObjectStateFormatter.Serialize.

Return to top
Show: