共用方式為


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 和更新版本可以讀取此格式變更。

啟用將不可串行化的類別描述元寫入數據流。 nonSerializable 類別的 serialVersionUID 會設定為 0L。

已在1.2中新增。

java.io.ObjectStreamConstants.PROTOCOL_VERSION_2Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於