fdb v5.1.7-7 FDB.Coder.Behaviour behaviour View Source

Refer modules named FDB.Coder.* for sample implementation.

Link to this section Summary

Link to this section Callbacks

Link to this callback decode(binary, opts) View Source
decode(binary(), opts :: any()) :: {any(), binary()}
Link to this callback encode(any, opts) View Source
encode(any(), opts :: any()) :: binary()
Link to this callback range(any, opts) View Source
range(any(), opts :: any()) :: {binary(), binary()}