Linguaggio

ObjectStreamConstants.ScWriteMethod Campo

Definizione

Attenzione

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

Maschera di bit per il flag 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

Valore del campo

Value = 1
Attributi

Commenti

Maschera di bit per il flag ObjectStreamClass. Indica che una classe Serializable definisce il proprio metodo writeObject.

per java.io.ObjectStreamConstants.SC_WRITE_METHOD.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a