I'm using JAXB to read and write XML. What I want is to use a base JAXB class for marshalling and an inherited JAXB class for unmarshalling. This is to allow ...
I'm using JAXB to marshal a class that has an instance variable that's declared as class Foo. At runtime that instance variable is set to an instance of a subclass ...
I have a wrapper class with a property whose type is a superclass of several subclasses. I want to marshal to JSON and have the subclass marshalled for that field. When ...
I need to send/receive polymorphic objects from/to server while invoking my spring enabled restful service.
Please let me know if xmlseealso annotation can be useful even when there are more than 1 ...