언어

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 플래그의 비트 마스크입니다. 클래스가 Serializable임을 나타냅니다.

에 대한 java.io.ObjectStreamConstants.SC_SERIALIZABLEJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상