Traits§
- Allow decoding of any sized argument.
- Allow encoding of any serializable value.
Functions§
- Decode a series of arguments, represented as a tuple. There is a maximum of 16 arguments supported.
- Decode a single argument.
- Serialize an encoding of a tuple to a vector of bytes.
- Serialize a single value to a vector of bytes.
- Serialize an encoding of a tuple and write it to a
Write
buffer.