次の方法で共有


ObjectInputStream.InterfaceConsts.ProtocolVersion2 フィールド

定義

注意事項

This constant will be removed in the future version. Use Java.IO.ObjectStreamProtocol enum directly instead of this field.

ストリーム プロトコルのバージョン。

[Android.Runtime.Register("PROTOCOL_VERSION_2")]
[System.Obsolete("This constant will be removed in the future version. Use Java.IO.ObjectStreamProtocol enum directly instead of this field.", true)]
public const Java.IO.ObjectStreamProtocol ProtocolVersion2 = 2;
[<Android.Runtime.Register("PROTOCOL_VERSION_2")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.IO.ObjectStreamProtocol enum directly instead of this field.", true)>]
val mutable ProtocolVersion2 : Java.IO.ObjectStreamProtocol

フィールド値

Value = 2
属性

注釈

ストリーム プロトコルのバージョン。

このプロトコルは JVM 1.2 によって書き込まれます。

外部化可能データはブロック データ モードで書き込まれ、TC_ENDBLOCKDATAで終了します。 外部化可能なクラス記述子フラグが有効SC_BLOCK_DATA。 JVM 1.1.6 以降では、この形式の変更を読み取ることができます。

ストリームへの非Serializable クラス記述子の書き込みを有効にします。 非シリアル化可能なクラスの serialVersionUID は 0L に設定されます。

1.2 で追加されました。

の Java ドキュメントjava.io.ObjectStreamConstants.PROTOCOL_VERSION_2

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象