Custom serialization in object

M

Maury

Hello,
I Know that if I add a [Serializable] attribute to a class of mine
I can save this class to the viewstate...

I would like to "change" the default serialization process
and save (or restore) custom data (instead of the whole class or
some attributes), but I would like
to manage all of this only inside my object, without
changing web pages (in these pages I have to use
ViewState["key"] = CustomObject and
CustomObject = ViewState["key"]

some ideas?
Thanks!!!!
..::M::.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top