Hello,
What kind of objects are Serializable in Asp.Net 2.0 besides classes which I know they can.
Does anyone knows any good resource about Serialization in Asp.Net 2.0?
Thanks,
Miguel
These articles should tell you everything you could possibly want to know:
http://www.4guysfromrolla.com/webtech/012302-1.shtml
http://aspalliance.com/983
http://www.thescarms.com/dotnet/serializeable.asp
Hope this helps! Don't forget to mark the most helpful post asAnswer for the sake of future readers. Thanks
"By default, objects in .NET are not serializable. But the Microsoft? .NET Framework provides a standard, straightforward way to serialize and deserialize objects. In most cases, all you have to do is add the Serializable attribute"
http://msdn.microsoft.com/msdnmag/issues/04/10/AdvancedSerialization/
0 comments:
Post a Comment