Package io.temporal.common.converter
-
Interface Summary Interface Description DataConverter Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.PayloadConverter Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.Values Value that can be extracted to an appropriate type. -
Class Summary Class Description AbstractProtobufPayloadConverter ByteArrayPayloadConverter CodecDataConverter A delegatingDataConverter
implementation that wraps and chains both anotherDataConverter
and severalPayloadCodec
s.DefaultDataConverter DataConverter that delegates conversion to type specific PayloadConverter instance.EncodedValues EncodingKeys GlobalDataConverter GsonJsonPayloadConverter Implements conversion through GSON JSON processor.JacksonJsonPayloadConverter NullPayloadConverter Encodes and decodes null values.ProtobufJsonPayloadConverter ProtobufPayloadConverter StdConverterBackwardsCompatAdapter Temporal SDK should use Standard data converter for fields needed for internal essential functionality. -
Exception Summary Exception Description DataConverterException