ObjectStreamConstants.SubstitutionPermission Property

Definition

Caution

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

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

[Android.Runtime.Register("SUBSTITUTION_PERMISSION")]
[System.Obsolete("Use 'Java.IO.IObjectStreamConstants.SubstitutionPermission'. This class will be removed in a future release.")]
public static Java.IO.SerializablePermission? SubstitutionPermission { get; }
[<Android.Runtime.Register("SUBSTITUTION_PERMISSION")>]
[<System.Obsolete("Use 'Java.IO.IObjectStreamConstants.SubstitutionPermission'. This class will be removed in a future release.")>]
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