com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BISerializable

java.lang.Object
  extended by 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.


Field Summary
 Long uid
          serial version UID, or null to avoid generating the serialVersionUID field.
 
Constructor Summary
BISerializable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

public Long uid
serial version UID, or null to avoid generating the serialVersionUID field.

Constructor Detail

BISerializable

public BISerializable()