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.Serialize (Stream, Object)

Serialized value into the stream.

[Visual Basic]
Overloads Public Sub Serialize( _
   ByVal stream As Stream, _
   ByVal value As Object _
)
[C#]
public void Serialize(
   Stream stream,
   object value
);
[C++]
public: void Serialize(
   Stream* stream,
   Object* value
);
[JScript]
public function Serialize(
   stream : Stream,
   value : Object
);

Parameters

stream
[To be supplied.]
value
[To be supplied.]

See Also

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