LosFormatter.Serialize Method (Stream, Object)
.NET Framework (current version)
Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a Stream object.
Assembly: System.Web (in System.Web.dll)
Parameters
- stream
-
Type:
System.IO.Stream
The Stream to receive the transformed value.
- value
-
Type:
System.Object
The LOS-formatted object to transform into a view-state value.
This version of the Serialize method is used to transform a LOS-formatted object into a view-state value. The results are then placed into a Stream object.
.NET Framework
Available since 1.1
Available since 1.1
Show: