Class AttributeKeyValueStatelessMarshaler

java.lang.Object
io.opentelemetry.exporter.internal.otlp.AttributeKeyValueStatelessMarshaler
All Implemented Interfaces:
StatelessMarshaler2<AttributeKey<?>,Object>

public final class AttributeKeyValueStatelessMarshaler extends Object implements StatelessMarshaler2<AttributeKey<?>,Object>
A Marshaler of key value pairs. See KeyValueMarshaler.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.