eventstore v0.10.1 EventStore.TermSerializer
A serializer that uses Erlang's external term format (http://erlang.org/doc/apps/erts/erl_ext_dist.html)
Link to this section Summary
Functions
Deserialize given binary data in Erlang's external term format
Serialize given term to binary data
Link to this section Functions
Link to this function
deserialize(binary, config)
Deserialize given binary data in Erlang's external term format.
Link to this function
serialize(term)
Serialize given term to binary data.