Transforms the view-state value contained in a System.IO.TextReader object to a limited object serialization (LOS)-formatted object.
- input
- A System.IO.TextReader that contains the view-state value to transform.
A LOS-formatted object.
This version of the LosFormatter.Deserialize(System.IO.Stream) method is used to transform the view-state value contained in a System.IO.TextReader object to a LOS-formatted object.
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.