oops... its BeanDeserializer that throws the exception. The serializer
seems to work fine.
Vikram Rayabhari wrote:
> I have a property in a bean that is declared as
>
> private MyInterface intf;
>
> This property is always null and will never change in my application.
> Currently the BeanSeriali
I have a property in a bean that is declared as
private MyInterface intf;
This property is always null and will never change in my application.
Currently the BeanSerializer is very strict ie it expects a type mapping
for MyInterface even though the value is null. This means that I will have
to wr