Class DBDictionary.SerializedData

  • Enclosing class:
    DBDictionary

    public static class DBDictionary.SerializedData
    extends java.lang.Object
    Used by some mappings to represent data that has already been serialized so that we don't have to serialize multiple times.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedData​(byte[] bytes)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bytes

        public final byte[] bytes
    • Constructor Detail

      • SerializedData

        public SerializedData​(byte[] bytes)