i have an object that stores a json string in one of the properties. And i don't want it to be serialized again. Is there a reasonable way to ignore it ?
PostSerialize event might be an option (revert it back), but that's dirty. I'd prefer a cleaner approach.