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

On StackOverflow I have answered for question: How to deserialize from #62

Merged
merged 1 commit into from
May 27, 2015
Merged

Commits on May 26, 2015

  1. On StackOverflow I have answered for question: How to deserialize from

    JSON to LocalDate, while also using
    JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS?
    (http://stackoverflow.com/questions/24432828/how-to-deserialize-from-jso
    n-to-localdate-while-also-using-jsongenerator-featur)
    
    I fixed it changing LocalDateDeserializer:
    1. I have replaced “jp.getIntValue()” with “new Integer(jp.getText())”
    which allows read integers and string tokens in the same way.
    2. I added test for this change.
    ZioberMichal committed May 26, 2015
    Configuration menu
    Copy the full SHA
    c834493 View commit details
    Browse the repository at this point in the history