Module encoder

Module encoder 

Source
Expand description

Binary encoder for converting LNMP text format to binary format.

The BinaryEncoder converts LNMP records from text format (v0.3) to binary format (v0.4). It ensures canonical form by sorting fields by FID before encoding.

Structsยง

BinaryEncoder
Binary encoder for LNMP v0.4
EncoderConfig
Configuration for binary encoding