ObjectStreamField.IsUnshared Property

Definition

Returns boolean value indicating whether or not the serializable field represented by this ObjectStreamField instance is unshared.

public virtual bool IsUnshared { [Android.Runtime.Register("isUnshared", "()Z", "GetIsUnsharedHandler")] get; }
[<get: Android.Runtime.Register("isUnshared", "()Z", "GetIsUnsharedHandler")>]
member this.IsUnshared : bool

Property Value

true if this field is unshared

Attributes

Remarks

Returns boolean value indicating whether or not the serializable field represented by this ObjectStreamField instance is unshared.

Added in 1.4.

Java documentation for java.io.ObjectStreamField.isUnshared().

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