[jackson-user] Custom Deserializer

2018-04-09 Thread sean
s in the Map. Can someone point me in the right direction on a solution? I'm hoping to avoid doing a manual deserialization and ride on the default serializer if possible. Thanks in advance, Sean -- You received this message because you are subscribed to the Google Groups "jackson-u

Re: [jackson-user] Custom Deserializer

2018-04-09 Thread sean
three", > > "_prop4": "prop four" > > } > > > > The fields prefixed with an underscore represent dynamic fields that > can't > > be known in advance. My goal is to use the default deserializer and > then > > map the props pref

Re: [jackson-user] Windows CentOS differences

2018-08-08 Thread Sean Dawson
Oh ok - thanks so much for the info and that suggestion. Will check it out. On Wed, Aug 8, 2018 at 2:55 AM, Tatu Saloranta wrote: > > > On Wed, Aug 8, 2018 at 6:52 AM wrote: > >> >> Hello, we have a web app that sits in Tomcat and uses RestEasy >> 3.0.16.Final and Jackson 2.5.2. It's built