fdb v5.1.7-7 FDB.Transaction.Coder View Source
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
Link to this type
t()
View Source
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
new(FDB.Coder.t(), FDB.Coder.t()) :: t()
Creates a new FDB.Transaction.Coder.t/0