Hi!
I need to implement saved queries feature in my WebApp. User should be able to edit\change the query and then save it in DB. Later on it will be used either by report or some other page.
I tried to use LLBLGen objects such as ResultsetFields, RelationPredicateBucket, SortExpression, GroupByCollection and serialize them in to XML with Soap formatterm but it seems it doesn't work. XmlSerializer doesn't work too(I've read about the reasons).
So is there a way to serialize these objects into XML? Is there any recommendation about it?
Thanks,
Anton