Hello,
I have trouble wrapping my head around the following.
Using the FilterBuilder I create an AdvancedCriteria object.
I want to:
1) save some string representation of this object in the database
2) restore a AdvancedCriteria object from this string.
Is there an easy way to do this? Because I got the feeling I am missing something obvious :-)
Not really feeling to write a serializer/parser...
BTW: I use SmartGWT Power.
I have trouble wrapping my head around the following.
Using the FilterBuilder I create an AdvancedCriteria object.
I want to:
1) save some string representation of this object in the database
2) restore a AdvancedCriteria object from this string.
Is there an easy way to do this? Because I got the feeling I am missing something obvious :-)
Not really feeling to write a serializer/parser...
BTW: I use SmartGWT Power.
Comment