Class AbstractSchemaEntrySerializer<T extends GeneratedSchemaEntry>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      T deserialize​(byte[] bytes, java.lang.String path)  
      protected abstract T getInstance​(int schemaVersion, int protocolVersion, byte[] schemaBytes)  
      byte[] serialize​(T object, java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • AbstractSchemaEntrySerializer

        public AbstractSchemaEntrySerializer()