-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TokenBuffer support for setting streamWriteConstraints #4018
Comments
Possibly. If I remember correctly, there are methods in |
The StreamReadConstaints come from the JsonParser instances that are passed to the TokenBuffer. The StreamWriteConstaints could come from the JsonGenerator instances. |
@pjfanning Yes, definitely in cases where |
@pjfanning Is this still needed? |
Maybe best to wait for a real world issue instead of trying to be proactive on this. |
Ok, will close; easy enough to re-open if/when requested. |
The TokenBuffer will inherit the default StreamWriteConstraints. We'll need a way to allow users who want to support deeply nested data to have TokenBuffer run with a custom StreamWriteConstraints.
Relates to FasterXML/jackson-core#1055
The text was updated successfully, but these errors were encountered: