Hello there, 

I'm trying to serialize a complex object that I wrote
a custom serializer (write/readObject() method) for. Now, when I try
running this through xstream it appears that this custom serializer is
completely ignored... It's a hierarchical dataset containing multiple
instances (in depth as well as width) of custom objects with custom
serialization methods... 

Is there a way to tell xstream to only use
the serialization that java uses... The one I specified? 

Thanks,


Robert.

Reply via email to