NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LosFormatter.Deserialize (TextReader)

Deserializes a LOS formatted object from the reader.

[Visual Basic]
Overloads Public Function Deserialize( _
   ByVal input As TextReader _
) As Object
[C#]
public object Deserialize(
   TextReader input
);
[C++]
public: Object* Deserialize(
   TextReader* input
);
[JScript]
public function Deserialize(
   input : TextReader
) : Object;

Parameters

input
[To be supplied.]

See Also

LosFormatter Class | LosFormatter Members | System.Web.UI Namespace | LosFormatter.Deserialize Overload List