OERecordToBytes¶
OERecordToBytes(record: OERecord) -> bytes
Converts an OERecord object to bytes in a binary format.
See also
record_to_bytes¶
record_to_bytes is an alias to the
OERecordToBytes
function.
OERecordToBytes(record: OERecord) -> bytes
Converts an OERecord object to bytes in a binary format.
See also
record_to_bytes is an alias to the
OERecordToBytes
function.