[jackson-user] Re: Android - Problem deserialising JSON to object in 'release' builds

2017-02-16 Thread Jonathan Wareham
didn't work in 'release' mode. As soon as I moved it to become a regular public class it all worked fine. On Friday, 10 February 2017 18:26:08 UTC, Jonathan Wareham wrote: > > Hi, > > I'm using Jackson in my Android app to parse JSON returned from a REST > API.

Re: [jackson-user] Android - Problem deserialising JSON to object in 'release' builds

2017-02-13 Thread Jonathan Wareham
in the > ass during development, testing. > > -+ Tatu +- > > > On Fri, Feb 10, 2017 at 6:28 AM, Jonathan Wareham > > wrote: > > Hi, > > > > I'm using Jackson in my Android app to parse JSON returned from a REST > API. > > Most of it

[jackson-user] Android - Problem deserialising JSON to object in 'release' builds

2017-02-10 Thread Jonathan Wareham
Hi, I'm using Jackson in my Android app to parse JSON returned from a REST API. Most of it works fine other than a couple of places where I'm using ObjectMapper.readValue and ObjectMapper.treeToValue to convert JSON to objects. It works fine every time when running the 'debug' build variant,