EncodeΒΆ

Encode modules can only be used by output modules. They are reponsible for converting the Wishbone internal format into an appropriate outgoing data format.

Some characteristings:

Wishbone comes with following protocol decoders:

Name Description
wishbone.protocol.encode.json Encode data into JSON format.
wishbone.protocol.encode.msgpack Encode data into msgpack format.

See following examples: