Class BoolAnyValueMarshaler

    • Field Detail

      • value

        private final boolean value
    • Constructor Detail

      • BoolAnyValueMarshaler

        private BoolAnyValueMarshaler​(boolean 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​(boolean value)