Class InstrumentationScopeMarshaler.RealInstrumentationScopeMarshaler

    • Field Detail

      • name

        private final byte[] name
      • version

        private final byte[] version
    • Constructor Detail

      • RealInstrumentationScopeMarshaler

        RealInstrumentationScopeMarshaler​(byte[] name,
                                          byte[] version,
                                          KeyValueMarshaler[] attributes)
    • Method Detail

      • writeTo

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

        private static int computeSize​(byte[] name,
                                       byte[] version,
                                       KeyValueMarshaler[] attributes)