Interface VeniceSerializer<T>

    • Method Detail

      • serialize

        byte[] serialize​(T object,
                         java.lang.String path)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        T deserialize​(byte[] bytes,
                      java.lang.String path)
               throws java.io.IOException
        Throws:
        java.io.IOException