System.Web.UI.LosFormatter Class

Serializes the view state for a Web Forms page. This class cannot be inherited.

See Also: LosFormatter Members

Syntax

public sealed class LosFormatter

Remarks

The limited object serialization (LOS) formatter is designed for highly compact ASCII format serialization. This class supports serializing any object graph, but is optimized for those containing strings, arrays, and hash tables. It offers second order optimization for many of the .NET Framework primitive types.

This is a private format and remains consistent only for the lifetime of a Web request.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0