If the base class doesn't support serialization how to serialize derived class?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,



I am deriving a class from BoundColumn and I would like that the derived
class will be serialized

how can I do it?



Thanks in advance.
 
Binary serialized? XML serialized? What are you going to do with it once it
has been serialized?
 
Back
Top