ObjectInputValidation (Java Platform SE 6)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ObjectInputValidation (Java Platform SE 6)";
}
}
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ PlatformStandard Ed. 6
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
!--
if(window==top) {
document.writeln('All Classes');
}
//--
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
java.io
Interface ObjectInputValidation
public interface ObjectInputValidation
Callback interface to allow validation of objects within a graph.
Allows an object to be called when a complete graph of objects has
been deserialized.
Since:
JDK1.1
See Also:ObjectInputStream,
Method Summary
void
validateObject()
Validates the object.
Method Detail
validateObject
void validateObject()
throws InvalidObjectException
Validates the object.
Throws:
InvalidObjectException - If the object cannot validate itself.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ PlatformStandard Ed. 6
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
!--
if(window==top) {
document.writeln('All Classes');
}
//--
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
object toSubmit a bug or featureFor further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论