言語

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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象