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

A FDB.Transaction.Coder.t/0 specifies how the key and value should be encoded.

Link to this section Summary

Link to this section Types

Specs

t() :: %FDB.Transaction.Coder{key: FDB.Coder.t(), value: FDB.Coder.t()}

Link to this section Functions

Link to this function

new(key_coder \\ Identity.new(), value_coder \\ Identity.new())

View Source

Specs

new(FDB.Coder.t(), FDB.Coder.t()) :: t()

Creates a new FDB.Transaction.Coder.t/0