com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BISerializable
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.BISerializable
public final class BISerializable
- extends Object
This customization will enable serialization support on XJC.
This is used as a child of a BIGlobalBinding object,
and this doesn't implement BIDeclaration by itself.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
Field Summary |
Long |
uid
serial version UID, or null to avoid generating the serialVersionUID field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uid
public Long uid
- serial version UID, or null to avoid generating the serialVersionUID field.
BISerializable
public BISerializable()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.