Alexander Buss

Results 2 comments of Alexander Buss

@atsu85 I will undo the formatting changes. I am using XMLGregorianCalender in my model. Inside the CoreXMLSerialie.acceptJsonFormatVisitor method the visitor and null is passed to the delegate. And in case...

In my case my model needs to be serialized as JSON and/or XML. My property has an addition `@JsonFormat` anntotation. This is my setup: `@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.sss'Z'",...