System.Web.UI.LosFormatter.Deserialize Method

Transforms the specified view-state value to a limited object serialization (LOS)-formatted object.

Syntax

public object Deserialize (string input)

Parameters

input
The view-state value to transform.

Returns

A LOS-formatted object.

Remarks

This version of the LosFormatter.Deserialize(System.IO.Stream) method is used to transform the specified view-state value to a LOS-formatted object.

Note:

Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see tp://go.microsoft.com/fwlink/?LinkId=330378.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0