serializable class
Help!!!
I need to create a serializable (xml style) class to write it on a DB field (type memo/text on sql).
This class contains a collection. To understand i have a db of similar things with a Levels field. Here i want store the level structure, style xml.
<Level1 name="">
<level2 name=""></level2>
</Level1>
Give me some indications to write this class and some code to start, please.
Thx

