uap-java icon indicating copy to clipboard operation
uap-java copied to clipboard

Jackson deserialization

Open aweigold opened this issue 6 years ago • 1 comments

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 (https://github.com/ua-parser/uap-java/pull/34).

aweigold avatar Jan 04 '19 14:01 aweigold

Sounds good. I added comments on the PR.

bpossolo avatar Aug 16 '20 15:08 bpossolo