Details
- 
        Type: Improvement Improvement
- 
        Status: Open Open
- 
            Priority: Minor Minor
- 
            Resolution: Unresolved
- 
            Affects Version/s: 1.3
- 
            Fix Version/s: None
- 
            Component/s: Converters
- 
            Labels:None
Description
Currently, XStream can not be able to marshal/unmarshal proxies created by Guice (when we use AOP capabilities of this framework).
The idea is to have a converter to do this job.
A clean format is used to marshal the proxy (without CGLIB extra data) and the Guice injector is called when the object must be unmashalled.

 
                            
This is a converter for Guice proxies.