Uses of Interface
software.amazon.lambda.durable.serde.SerDes
Packages that use SerDes
Package
Description
-
Uses of SerDes in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return SerDesModifier and TypeMethodDescriptionDurableConfig.getSerDes()Gets the configured SerDes.InvokeConfig.payloadSerDes()CallbackConfig.serDes()InvokeConfig.serDes()StepConfig.serDes()Methods in software.amazon.lambda.durable with parameters of type SerDesModifier and TypeMethodDescriptionInvokeConfig.Builder.payloadSerDes(SerDes payloadSerDes) Sets a custom serializer for the invoke operation payload.Sets a custom serializer for the callback.Sets a custom serializer for the step.Sets a custom serializer for the step.DurableConfig.Builder.withSerDes(SerDes serDes) Sets a custom SerDes implementation. -
Uses of SerDes in software.amazon.lambda.durable.operation
Constructors in software.amazon.lambda.durable.operation with parameters of type SerDesModifierConstructorDescriptionprotectedBaseDurableOperation(String operationId, String name, software.amazon.awssdk.services.lambda.model.OperationType operationType, TypeToken<T> resultTypeToken, SerDes resultSerDes, DurableContext durableContext) ChildContextOperation(String operationId, String name, Function<DurableContext, T> function, OperationSubType subType, TypeToken<T> resultTypeToken, SerDes resultSerDes, DurableContext durableContext) -
Uses of SerDes in software.amazon.lambda.durable.serde
Classes in software.amazon.lambda.durable.serde that implement SerDesModifier and TypeClassDescriptionclassJackson-based implementation ofSerDes.classa placeholder for operations that don't have data to serialize or deserialize -
Uses of SerDes in software.amazon.lambda.durable.util
Methods in software.amazon.lambda.durable.util with parameters of type SerDesModifier and TypeMethodDescriptionstatic software.amazon.awssdk.services.lambda.model.ErrorObjectExceptionHelper.buildErrorObject(Throwable throwable, SerDes serDes) build an ErrorObject from a Throwable