Class BISerializable


  • public final class BISerializable
    extends java.lang.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

      Fields 
      Modifier and Type Field Description
      java.lang.Long uid
      serial version UID, or null to avoid generating the serialVersionUID field.
    • Constructor Summary

      Constructors 
      Constructor Description
      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 java.lang.Long uid
        serial version UID, or null to avoid generating the serialVersionUID field.
    • Constructor Detail

      • BISerializable

        public BISerializable()