ObjectStreamConstants.ScWriteMethod フィールド

定義

注意事項

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

ObjectStreamClass フラグのビット マスク。

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

フィールド値

Value = 1
属性

注釈

ObjectStreamClass フラグのビット マスク。 Serializable クラスが独自の writeObject メソッドを定義することを示します。

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

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

適用対象