次の方法で共有


LosFormatter クラス

Web フォームのページのビューステートをシリアル化します。このクラスは継承できません。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)

構文

'宣言
Public NotInheritable Class LosFormatter
'使用
Dim instance As LosFormatter
public sealed class LosFormatter
public ref class LosFormatter sealed
public final class LosFormatter
public final class LosFormatter
適用できません。

解説

LOS (Limited Object Serialization) フォーマッタは、圧縮率の高い ASCII 形式のシリアル化を目的にデザインされています。このクラスは、任意のオブジェクト グラフをシリアル化できますが、文字列、配列、ハッシュ テーブルを含むオブジェクト用に最適化されています。.NET Framework の多くのプリミティブ型に対して二次最適化を提供します。

これは、プライベートの形式であり、Web 要求の有効期間のみ一貫したものになります。

.NET Framework のセキュリティ

継承階層

System.Object
  System.Web.UI.LosFormatter

スレッド セーフ

この型の public static (Visual Basicでは共有) メンバはすべて,スレッド セーフです。インスタンス メンバの場合は,スレッド セーフであるとは限りません。

プラットフォーム

Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition

Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。

バージョン情報

.NET Framework

サポート対象 : 3.0,2.0,1.1,1.0

参照

関連項目

LosFormatter メンバ
System.Web.UI 名前空間