LosFormatter.Serialize Method (TextWriter, Object)
.NET Framework (current version)
Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a TextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- output
-
Type:
System.IO.TextWriter
The TextWriter 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 TextWriter object.
.NET Framework
Available since 1.1
Available since 1.1
Show: