ObjectStateFormatter::Deserialize Method

 

Deserializes an object state graph from serialized form.

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_security Security Note

Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks.

Return to top
Show: