serialize method

String serialize()

converts result of to_bytes to hexadecimal string

Implementation

String serialize() {
  return toHex();
}