Class TagContextBinarySerializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract TagContext fromByteArray​(byte[] bytes)
      Creates a TagContext from the given on-the-wire encoded representation.
      abstract byte[] toByteArray​(TagContext tags)
      Serializes the TagContext into the on-the-wire representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait