View Source OnePiece.Commanded.EventStore.ProtobufJsonbSerializer (OnePiece.Commanded v0.22.0)
A JSONB serializer using Protobuf.JSON
.
Configuring
To use this serializer, add it to your config.exs
:
config :my_app, MyApp.EventStore,
serializer: OnePiece.Commanded.EventStore.ProtobufJsonbSerializer,
types: EventStore.PostgresTypes