I need to Serialize and Deserialize class of this structure...
 

abstract class A
{ 
    .....
}

class B extends A
{
    ......
}

abstract class A1
{
    ......
}

class B1 extends A1
{
     A field;
......
}

I need to serialize B1 in which one the field is also a Generic 
class......Any implementation ideas....


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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to