EventStore v0.16.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
Link to this function
deserialize(term, config) View Source
Deserialize the given data to the corresponding term
Callback implementation for EventStore.Serializer.deserialize/2
.
Link to this function
serialize(term) View Source
Serialize the given term to a representation that can be stored by the database.
Callback implementation for EventStore.Serializer.serialize/1
.
Link to this function