Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.io

Interface ObjectInputValidation

java.lang.Object
|
+--java.io.ObjectInputValidation


public interface ObjectInputValidation

What does this interface really do?

Author:

Method Summary

voidvalidateObject()

This method is called to validate an object.

Method Details

validateObject

public void validateObject()

This method is called to validate an object. If the object is invalid an exception is thrown.

Throws: