Hi! I try to achieve the following thing using Jackson-data-format-xml: <rootElement><firstElement>value</firstElement><rawElement>... </rawElement><rootElement>
And after deserializing it I need to read the whole rawElement as well as its children as String property (without any changes). I tried to use @JsonDeserialize & custom deserializer, but it works on JsonNode abstraction & I cannot get to the raw XML values. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/5d741cf2-13ce-4e9c-951d-cb64b67ce464o%40googlegroups.com.
