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
While working on a project using uap-java, I found it necessary to provide explicit instructions to Jackson for deserialization as there are no default constructors on the models in ua_parser (and correctly so.
This seemed like a common enough use case that I thought to offer a PR (#34).
The text was updated successfully, but these errors were encountered:
While working on a project using uap-java, I found it necessary to provide explicit instructions to Jackson for deserialization as there are no default constructors on the models in ua_parser (and correctly so.
This seemed like a common enough use case that I thought to offer a PR (#34).
The text was updated successfully, but these errors were encountered: