ObjectStreamConstants.TcObject Field

Definition

Caution

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

new Object.

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

Field Value

Value = 115
Attributes

Remarks

new Object.

Java documentation for java.io.ObjectStreamConstants.TC_OBJECT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to