語言

ObjectStreamConstants.ScSerializable 欄位

定義

警告

Use 'Java.IO.IObjectStreamConstants.ScSerializable'. This class will be removed in a future release.

ObjectStreamClass 旗標的位元遮罩。

[Android.Runtime.Register("SC_SERIALIZABLE")]
[System.Obsolete("Use 'Java.IO.IObjectStreamConstants.ScSerializable'. This class will be removed in a future release.")]
public const sbyte ScSerializable = 2;
[<Android.Runtime.Register("SC_SERIALIZABLE")>]
[<System.Obsolete("Use 'Java.IO.IObjectStreamConstants.ScSerializable'. This class will be removed in a future release.")>]
val mutable ScSerializable : sbyte

欄位值

Value = 2
屬性

備註

ObjectStreamClass 旗標的位元遮罩。 表示類別是可序列化的。

Java 文件 java.io.ObjectStreamConstants.SC_SERIALIZABLE

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於