to top
Android APIs
Since: API Level 1
public interface

ObjectInputValidation

java.io.ObjectInputValidation

Class Overview

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.

Summary

Public Methods
abstract void validateObject()
Validates this object.

Public Methods

public abstract void validateObject ()

Since: API Level 1

Validates this object.

Throws
InvalidObjectException if this object fails to validate itself.