Hi,
I'd like to filter some properties on server side so it won't be
marshaled (or serialized, I'm not sure about the wording) in JSON to
the client side.
I manage to do the "plumbing" and it ends in that method :
protected Map filter(Object obj, Map map) {
}
What is the obj ? Is it the instance under filtering process or is it
the property under filtering process ?
In other word, if I have a class Customer with a name, is obj the
instance of Customer of the instance of the name ?
Can one confirm that if I remove a line (key, value) in the map it
won't be JSONified ?
That map look like (in the debugger) to be a tree, so if my customer
class has a collection of Adresse, I'll see that as a map in the
customer map ?
Thanks !
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel