加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20110317000032/http://developer.android.com:80/reference/java/io/ObjectInputValidation.html
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.