K
KenK
Hi all,
Been reading all day about object serialization techniques in C# and my
problem is that everything I read is requiring a "known" object class. Is
there a way to create an object from the xml code itself without casting it
through an object?
If not, what is the best way to allow the end user to create their own
object classes?
Thanks,
Ken
Been reading all day about object serialization techniques in C# and my
problem is that everything I read is requiring a "known" object class. Is
there a way to create an object from the xml code itself without casting it
through an object?
If not, what is the best way to allow the end user to create their own
object classes?
Thanks,
Ken