lijing241 / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

msm-javolution-serializer: ReflectionBinding does not honor XMLSerializable interface #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using javolution, one can create a custom XMLFormat by use of the
XMLSerializable interface.

But this interface is ignored by the ReflectionBinding.getFormat() method.

This applies to all Versions up to and including 1.2-SNAPSHOT.

I've attached a patch that solves the issue. I've used the patch in my
project to implement a custom XMLFormat and it worked. 

Would be nice to add it to the master.

Thomas

Original issue reported on code.google.com by beckmann...@gmail.com on 5 Feb 2010 at 11:09

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by martin.grotzke on 5 Feb 2010 at 4:33

GoogleCodeExporter commented 9 years ago

Original comment by martin.grotzke on 5 Feb 2010 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by martin.grotzke on 10 Feb 2010 at 4:32

GoogleCodeExporter commented 9 years ago
Applied the patch and wrote a unit test to show it's working - thanx for the 
issue and 
patch!

Changes are merged to develop branch, this will be released with 1.2

Original comment by martin.grotzke on 10 Feb 2010 at 5:31