Document in xml - Not serializable?
Hi, I was working with the Document in xml.
I tried to serialize it, but it seems that the implemantation of it is not serializable.
The problem is that the object is created with a factory method, so also inheriting it is no use, since the creation is not in our hands.
The only solution i can see is to inherit also the Factory and to ovverde the creation method.
Any suggestion?
Thanks,
Doron

