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
Currently we deserialize the request body to a Map<String, Object>, but it appears that Jackson performs better when the target is a POJO. This is handled internally within the underlying transports, and so it should possible to make the change transparently.
The text was updated successfully, but these errors were encountered:
Currently we deserialize the request body to a
Map<String, Object>
, but it appears that Jackson performs better when the target is a POJO. This is handled internally within the underlying transports, and so it should possible to make the change transparently.The text was updated successfully, but these errors were encountered: