Re: [jackson-user] Is it possible to express this with Jackson Dataformat XML?

2021-09-13 Thread rm.io7m
On 2021-09-12T16:46:50 -0700 Tatu Saloranta wrote: > > Could I ask you to file an issue for jackson-databind, to request such > annotation (annotation goes in jackson-annotations, but handling code > is all > databind), if that makes sense to you? Perhaps I could even think of > how to extend

Re: [jackson-user] Is it possible to express this with Jackson Dataformat XML?

2021-09-12 Thread Tatu Saloranta
On Sun, Sep 12, 2021 at 1:30 AM wrote: > > On 2021-09-11T21:19:15 -0700 > Tatu Saloranta wrote: > > > > The main (or initial?) problem here is just that type LocationID is > > taken to be a POJO with properties (since Records by definition are), > > instead of something behaving like String

Re: [jackson-user] Is it possible to express this with Jackson Dataformat XML?

2021-09-12 Thread rm.io7m
On 2021-09-11T21:19:15 -0700 Tatu Saloranta wrote: > > The main (or initial?) problem here is just that type LocationID is > taken to be a POJO with properties (since Records by definition are), > instead of something behaving like String value. The issue is that > POJOs cannot be serialized as

Re: [jackson-user] Is it possible to express this with Jackson Dataformat XML?

2021-09-11 Thread Tatu Saloranta
On Sat, Sep 11, 2021 at 10:28 AM 'Mark Raynsford' via jackson-user wrote: > > Hello! > > I'm trying to use Jackson to serialize/deserialize values in a format > that has an existing XML schema. I'm having difficulty getting > serialized values to match the schema, and the rather sparse >