You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jp...@googlegroups.com
I added basic object marshaling to the framework. The unit test for it is RPCObjectMarshallingTest. It takes two parameters, name and age which correspond to getter/setters for the User object. I'll need to add recursion to make it accept nested objects and some more logic to try and set public properties. Detecting for custom annotations wouldn't be a bad idea either.
I tried using Xstream but it didn't like my use of anonymous classes. Digging into it made the whole process seem a lot more complicated than it needed to be so I rolled my own.