View Source FDB.Coder (fdb v6.3.23-0)

A FDB.Coder.t/0 specifies how any value should be encoded before storing it in server and how it should be decoded when it's retrieved from the server. A custom coder can be created by implementing the FDB.Coder.Behaviour behaviour.

Link to this section Summary

Link to this section Types

Specs

t() :: %FDB.Coder{module: module(), opts: any()}