View Source EventStore.TermSerializer (EventStore v1.4.4)

A serializer that uses Erlang's external term format (http://erlang.org/doc/apps/erts/erl_ext_dist.html)

Summary

Functions

Deserialize given binary data in Erlang's external term format.

Serialize given term to binary data.

Functions

Link to this function

deserialize(binary, config)

View Source

Deserialize given binary data in Erlang's external term format.

Serialize given term to binary data.