MessageCodec

class compas_eve.MessageCodec[source]

Bases: object

Abstract base class for message codecs.

A codec is responsible for encoding and decoding messages to/from a specific representation format (e.g., JSON, Protocol Buffers).

Methods

decode

Decode data from the codec's representation format.

encode

Encode a message to the codec's representation format.