Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'm trying to wrap my head around this serialization thing. I have built (the start of) a replacement (er...ok maybe replacement is a bit strong...) for the BrowseDialog (because it doesn't allow code driven filters, to enable row level security). I'd like to save search configurations, which would just be an instance of a class, which means I need to serialize the class. I have read about this, but I'm not getting it yet. How do you enable serialization of a class? A brief example might help.
Thanks!
|