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.FailureConverter AFailureConverteris responsible for converting from protoFailureinstances to JavaException, and back.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 delegatingDataConverterimplementation that wraps and chains both anotherDataConverterand severalPayloadCodecs.DefaultDataConverter ADataConverterthat delegates payload conversion to type specificPayloadConverterinstances, and delegates failure conversions to aFailureConverter.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