serializeHex method
Serializes the message to hexadecimal format.
Implementation
String serializeHex() {
return BytesUtils.toHexString(serialize());
}
Serializes the message to hexadecimal format.
String serializeHex() {
return BytesUtils.toHexString(serialize());
}