The MessageSerializer uses C# to serialize classes to an array of bytes and vice-versa while automatically calculating fields such as lengths and CRCs.
ToString
Each class that the MessageSerializer processes will automatically have a ToString method available that you can access
by calling one of the ToString methods on the Serializer class.