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
The workaround for missing property exceptions only works for deserialization. On serialization, passing a null value to e.g. JsonGenerator.write(String) can cause an NPE.
The text was updated successfully, but these errors were encountered:
The workaround for missing property exceptions only works for deserialization. On serialization, passing a
null
value to e.g.JsonGenerator.write(String)
can cause an NPE.The text was updated successfully, but these errors were encountered: