Hi All,

I have POJO model where I have an interface which doesn't have any fields
defined, but the actual implementation determined during runtime has
several fields defined. When I generate the schema using reflection it
doesn't take into account of the actual implementation. When I try to
serialize the POJO it's throwing an exception saying it doesn't know
specific fields in the implementation. How do I work around this? Is there
a way to hint the Serializer to use specific implementation that contains
fields?

Thanks,
Swamy

Reply via email to