serializeHex method

String serializeHex()

Serializes the object to hexadecimal string.

Implementation

String serializeHex() => BytesUtils.toHexString(serialize());