I'm was trying to serialize the data (tag maps) but I noticed that the class XmlPeer is not Serializable, so then I wrapped this class in a serialzable class, now I can save this object to my data base in a blob field and this works fine!
The problem is when I recostruct my object (tagmap) to generate a copy of the document, I noticed that the Hasmap is ok but the content (XmlPeerSerializable) always comes with null values, why? any ideas?
Maybe is a problem with my serialization method? Actually I only call OutpitStreamObject.writeObject(XmlPeerSerializable), so I reckon that maybe this method only writes the Hashmap but not the content of the map, is this posible??
Please any ideas will be welcome Thanks in advance Mauricio
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions