How do I tell Xstream to serialize only fields which are annotated explicitly and ignore the rest? I am trying to serialize a hibernate persistent object and all proxy ...
How to skip certain fields of object in serialization of Obj to XML. code is here