LosFormatter::Serialize Method

 

Transforms a limited object serialization (LOS)-formatted object into a view-state value.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSerialize(Stream^, Object^)

Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a Stream object.

System_CAPS_pubmethodSerialize(TextWriter^, Object^)

Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a TextWriter object.

Return to top
Show: