Interface ProcessPayloadCodec

All Known Implementing Classes:
JacksonProcessPayloadCodec

public interface ProcessPayloadCodec
Serialization boundary used by the durable process engine.

The core runtime deliberately does not choose a JSON library. The Spring starter supplies a Jackson implementation configured with the application's modules.

  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    read(String value, Class<T> type)
     
    write(Object value)