[Android.Runtime.Register("java/io/ObjectInputValidation", "", "Java.IO.IObjectInputValidationInvoker")] public interface IObjectInputValidation : Android.Runtime.IJavaObject, IDisposable
Remarks
A callback interface for post-deserialization checks on objects. Allows, for
example, the validation of a whole graph of objects after all of them have
been loaded.