[IronPython] Serializing IronPython classes

Serge deus.verus at gmail.com
Mon Oct 6 06:23:45 CEST 2008


I've run into problems with serialization. I have a serializable class
defined in C# which gets extended from IP, however when I try to serialize a
collection of both parent and child instances, I get an exception saying
that the IP generated class is not marked as serializable.

With the lack of attributes, I am guessing I must do something else to
enable serialization?

Regards, Serge.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20081006/fd42ae71/attachment.html>


More information about the Ironpython-users mailing list