Re: [jackson-user] Re: Ideas about Jackson logo, mascot design? Comment on https://github.com/FasterXML/Hacktoberfest2020/issues/1

2020-10-29 Thread Tatu Saloranta
Next time please do not try to hijack a thread with an unrelated question. -+ Tatu +- On Thu, Oct 29, 2020 at 3:32 AM kaushik tiwari wrote: > > Hi tatu, > > can u plz help me with this problem ,I m not able to figure that out, send > link of that post which I had posted in this group > >

Re: [jackson-user] LocalDateTimeDeserialization issue-Expected array or String

2020-10-29 Thread kaushik tiwari
Thanks for sharing this blog , I will try this out On Thursday, October 29, 2020 at 11:51:01 PM UTC+5:30 drewgs...@gmail.com wrote: > Got it, you'll have to write a custom deserializer, then: > https://www.baeldung.com/jackson-deserialization > > -Drew > > On Thursday, October 29, 2020 at

Re: [jackson-user] LocalDateTimeDeserialization issue-Expected array or String

2020-10-29 Thread Drew Stephens
Got it, you'll have to write a custom deserializer, then: https://www.baeldung.com/jackson-deserialization -Drew On Thursday, October 29, 2020 at 2:19:31 PM UTC-4 kaush...@gmail.com wrote: > Hi drewgs, yeah that is one option .But thing is in that I can't do > anything, because that Json is

Re: [jackson-user] LocalDateTimeDeserialization issue-Expected array or String

2020-10-29 Thread kaushik tiwari
Hi drewgs, yeah that is one option .But thing is in that I can't do anything, because that Json is coming from other service. And I can't do any manipulations in that service .So I have to do something here only to get this LocalDateTime form deserialized. On Thursday, October 29, 2020 at

Re: [jackson-user] LocalDateTimeDeserialization issue-Expected array or String

2020-10-29 Thread Drew Stephens
You'll need to add the JSR-310 module to the program that is creating that JSON. -Drew On Thursday, October 29, 2020 at 6:27:37 AM UTC-4 kaush...@gmail.com wrote: > The default jackson serialization of LocalDateTime is the format which I > had sended above, so why it doesn't deserializing

[jackson-user] Re: Ideas about Jackson logo, mascot design? Comment on https://github.com/FasterXML/Hacktoberfest2020/issues/1

2020-10-29 Thread kaushik tiwari
Hi tatu, can u plz help me with this problem ,I m not able to figure that out, send link of that post which I had posted in this group https://groups.google.com/g/jackson-user/c/QMmXpwP9bOw/m/CrqhCxALCgAJ On Monday, October 5, 2020 at 5:45:10 AM UTC+5:30 Tatu Saloranta wrote: > So. One of

Re: [jackson-user] LocalDateTimeDeserialization issue-Expected array or String

2020-10-29 Thread kaushik tiwari
The default jackson serialization of LocalDateTime is the format which I had sended above, so why it doesn't deserializing the same format. Can there be some dependency or annotations which can take care of this? On Wednesday, October 28, 2020 at 2:25:51 AM UTC+5:30 tsalo...@gmail.com wrote: