Request Id Serializer
Serializer for non-nullable RequestId.
Handles the JSON-RPC 2.0 id field which can be a JSON string or integer.
JSON string → RequestId.StringId
JSON integer → RequestId.NumericId
For nullable RequestId? properties, use NullableRequestIdSerializer.