# Functions
ByteDecode decodes a byte slice message encoded with the ByteEncode function to the provided data object.
ByteDeserialize decodes a string message encoded with the Serialize function to the provided data object.
ByteEncode encodes the input data to gob+base64 byte slice.
ByteSerialize encodes the input data to JSON+base64 byte slice.
Decode decodes a string message encoded with the Encode function to the provided data object.
Deserialize decodes a byte slice message encoded with the Serialize function to the provided data object.
Encode encodes the input data to gob+base64 string.
Serialize encodes the input data to JSON+base64 string.