Hi !
I have to dynamically filter the properies of some objects before sending it to client (base on credential).
Actually I have to transform each IList, IDictionary and object before serializing...
Is it possible to do it directly with in the serializing process ?
Thx :)