Skip to content
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

FilteringGeneratorDelegate does not override writeStartArray(Object forValue, int size) or writeStartObject(Object forValue, int size) #583

Closed
arakelian opened this issue Dec 9, 2019 · 1 comment

Comments

@arakelian
Copy link

Since 2.10, this issue has essentially resurfaced (causes NPE):
#359

Caused by addition of these methods in JsonGeneratorDelegate which are not overridden:

  • writeStartArray(Object forValue, int size)
  • writeStartObject(Object forValue, int size)
@cowtowncoder
Copy link
Member

Dup of #582 I think (fix to be included in 2.10.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants