JacksonSerdeFactory
This class implements SerdeFactory using Jackson's ObjectMapper.
If you want to customize the ObjectMapper used in your service, it is recommended to subclass this class using the constructor JacksonSerdeFactory, and then register it using the dev.restate.sdk.annotation.CustomSerdeFactory annotation.