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 (Stream)

Deserializes a LOS formatted object from the stream.

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

Parameters

stream
[To be supplied.]

See Also

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