serialize method

String serialize ()

Implementation

String serialize() {
  return hex.encode(value);
}