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.
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.