May 31, 2004 #1 H htrada Active member Joined May 30, 2004 Messages 40 Location La Plata, Argentina Hi, I
May 31, 2004 #2 Iceplug Well-known member Joined Aug 20, 2001 Messages 706 Location South Carolina, USA To make a class serializable, you just mark it with the serializable attribute: Code: [COLOR=Teal]In VB.NET[/COLOR] <Serializable()> _ [COLOR=Blue]Public Class[/COLOR] Whatever
To make a class serializable, you just mark it with the serializable attribute: Code: [COLOR=Teal]In VB.NET[/COLOR] <Serializable()> _ [COLOR=Blue]Public Class[/COLOR] Whatever