History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-498
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Joerg Schaible
Reporter: Anthony
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

Add a converter for CGLib proxy produced by Guice

Created: 06/Jun/08 03:39 AM   Updated: 09/Jun/08 03:35 AM
Component/s: Converters
Affects Version/s: 1.3
Fix Version/s: None

File Attachments: 1. Java Source File GuiceConverter.java (6 kb)



 Description  « Hide
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.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Anthony - 09/Jun/08 03:35 AM
This is a converter for Guice proxies.