Class BytesAnyValueMarshaler

    • Field Detail

      • value

        private final byte[] value
    • Constructor Detail

      • BytesAnyValueMarshaler

        private BytesAnyValueMarshaler​(byte[] value)
    • Method Detail

      • writeTo

        public void writeTo​(Serializer output)
                     throws java.io.IOException
        Specified by:
        writeTo in class Marshaler
        Throws:
        java.io.IOException
      • calculateSize

        private static int calculateSize​(byte[] value)