EventStore v1.0.0-rc.0 EventStore.JsonbSerializer View Source
Serialize to/from PostgreSQL's native jsonb
format.
Link to this section Summary
Functions
Deserialize the given data to the corresponding term.
Serialize the given term to a representation that can be stored by the database.
Link to this section Functions
Deserialize the given data to the corresponding term.
Callback implementation for EventStore.Serializer.deserialize/2
.
Serialize the given term to a representation that can be stored by the database.
Callback implementation for EventStore.Serializer.serialize/1
.