serializeHex method
Serializes the object to hexadecimal string.
Implementation
String serializeHex() => BytesUtils.toHexString(serialize());
Serializes the object to hexadecimal string.
String serializeHex() => BytesUtils.toHexString(serialize());