Class ArrayAnyValueMarshaler.ArrayValueMarshaler

    • Field Detail

    • Constructor Detail

      • ArrayValueMarshaler

        private ArrayValueMarshaler​(Marshaler[] values)
    • 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​(Marshaler[] values)