RowBinary v0.1.0 RowBinary.RowBinaryEncoding protocol 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

Link to this function

encode(struct)

View Source
encode(any()) :: binary()

Converts any struct into RowBinary format.