You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like SerializerProvider instance does not keep track of underlying JsonGenerator, unlike DeserializationContext (which does hold on to reference to JsonParser).
But it should, if for nothing else to allow constructing exceptions that can refer to the underlying generator.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Add JsonGenerator reference to SerializerProvider
(2.8) Add JsonGenerator reference to SerializerProviderFeb 12, 2016
Looks like
SerializerProvider
instance does not keep track of underlyingJsonGenerator
, unlikeDeserializationContext
(which does hold on to reference toJsonParser
).But it should, if for nothing else to allow constructing exceptions that can refer to the underlying generator.
The text was updated successfully, but these errors were encountered: