Class IntAnyValueMarshaler

    • Field Detail

      • value

        private final long value
    • Constructor Detail

      • IntAnyValueMarshaler

        private IntAnyValueMarshaler​(long 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​(long value)