First post to the forums. I have to say, that the discussions here are really helpful when working through a problem, or looking at the trade-offs to different approaches.
The issue I'm currently working on is saving the predicate expression so the user can just retrieve and apply rather than re-create each time.
My first idea was to just serialize the RelationPredicateBucket, but that object is built off of mostly interfaces. My current approach is to have my FilterManager class inspect the RelationPredicateBucket and do my own serialization.
Is there a more straigforward approach that i'm overlooking?
Thanks,
natX