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.