This method deserializes data from the Server into a format that will be consumed by the message handler. It can be any format as long as the consumer of the data is aware of it.
The data to deserialize.
Deserialized data.
This method is used to serialize data in order send it to the server. All data chunks should be converted into an array of strings.
The data to serialize.
Serialized data as an array of strings.
This is the interface for custom type helpers. Any custom type helper should implement this interface in order to be compatible with the TypeHelper engine.