Is it possible with Genson to conditionally serialize an object property at runtime? In other words to include/exclude a property at runtime due to a condition?
I've read of a RuntimePropertyFilter in the doc but no examples on how to use it.
Thanks in advance!