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