D
Dominic
I am using XmlSerializer to serialize my object. The object has
various public members which are object references. This all works
fine.
However, one member (mShape) is declared as a reference to an abstract
base class, IShape. The member actually references a concrete subclass
such as Square or Circle.
Th serializer doesn't seem to be able to hand this. Any ideas on what
to do?
Dom
various public members which are object references. This all works
fine.
However, one member (mShape) is declared as a reference to an abstract
base class, IShape. The member actually references a concrete subclass
such as Square or Circle.
Th serializer doesn't seem to be able to hand this. Any ideas on what
to do?
Dom