I tried it with the JsonResolverStrategy and that worked with the attributes. I wondered though if I'm using the same resolver strategy and the XML and JSON are using the same walker if I removed the attributes would the XML behave like the JSON and not emit the null properties but that didn't work, so I will just leave the attributes in. I guess that null checking code is elsewhere. It would be nice to not have to use the attributes and extra methods, but I can't argue with, "it works, just do it this way".
Basically what I'm doing is allowing the client app to request full or partial data but using the same object with less properties filled in.
Thanks again!
On Thursday, July 19, 2012 4:47:14 PM UTC-4, Stephen McKamey wrote: