RowBinary.RowBinaryEncoding protocol (RowBinary v0.2.0) View Source

The RowBinary.RowBinaryEncoding protocol can be used to implement customer RowBinary encoders for structs.

Link to this section Summary

Functions

Converts any struct into RowBinary format.

Link to this section Types

Link to this section Functions

Specs

encode(any()) :: binary()

Converts any struct into RowBinary format.