Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Jackson databind module for simplified deserialization. #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 4, 2019

  1. Adding Jackson databind module for simplified deserialization.

    This commit adds compile only dependencies to Jackson databind, to
    provide simplified deserialization of ua_parser models for consumers
    using the library.
    
    As this is compile only, no impact is expected to consumers not using
    Jackson.  However by including this boilerplate code, Jackson now can
    deserialize directly into ua_parser models in projects that may have
    stored them previously.
    aweigold committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    a4fe6d9 View commit details
    Browse the repository at this point in the history