Encodes a value to JSON-compatible Dart objects.
@override String encode(MessageId value) => value.toJson();