Hi..I have a POJO of this format
abstract class A {
.....
}
class B extends A{
......
}
abstract class A1{
.....
}
class B1 exrends A1
{
A field1;
......
}
now I need to serialize/deserialize A1 along with A.....Any ideas on how to
implement ?
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.