ObjectOutputStream.InterfaceConsts.SubstitutionPermission Property

Definition

Enable substitution of one object for another during serialization/deserialization.

[Android.Runtime.Register("SUBSTITUTION_PERMISSION")]
public static Java.IO.SerializablePermission SubstitutionPermission { get; }
[<Android.Runtime.Register("SUBSTITUTION_PERMISSION")>]
static member SubstitutionPermission : Java.IO.SerializablePermission

Property Value

Attributes

Remarks

Enable substitution of one object for another during serialization/deserialization.

Added in 1.2.

Java documentation for java.io.ObjectStreamConstants.SUBSTITUTION_PERMISSION.

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