Share via


IObjectInputValidation.ValidateObject Method

Definition

Validates the object.

[Android.Runtime.Register("validateObject", "()V", "GetValidateObjectHandler:Java.IO.IObjectInputValidationInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ValidateObject ();
[<Android.Runtime.Register("validateObject", "()V", "GetValidateObjectHandler:Java.IO.IObjectInputValidationInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ValidateObject : unit -> unit
Attributes

Exceptions

if this object fails to validate itself.

Remarks

Validates the object.

Java documentation for java.io.ObjectInputValidation.validateObject().

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