Decodes a JSON-compatible wire value.
@override SessionId decode(Object? value) => SessionId.fromJson(value);