Package dev.restate.serde


package dev.restate.serde
  • Class
    Description
    Serde<T extends @Nullable Object>
    Interface defining serialization and deserialization of concrete types.
    Schema to be serialized using internal Jackson mapper.
     
    Schema already serialized to String.
    This factory creates Serde that are used in various places of the SDK, notably: To deserialize handler's input and deserialize the output To serialize and deserialize state, awakeables, promises and so on When using the Java APIs, a Jackson based implementation is used by default, see JacksonSerdeFactory in sdk-serde-jackson module.
    This generic abstract class is used for obtaining full generics type information by sub-classing.
    This interface is used by the serialization stack to carry types runtime information.