EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serge
Sent: Wednesday, October 08, 2008 6:06 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Serializing IronPython classes
Fair enough, thanks.
Any suggestions on how to work around this in the meantime?
On 10/8/08, Dino Viehland &l
o we'll fix it sooner.
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Serge
> *Sent:* Monday, October 06, 2008 9:15 PM
> *To:* Discussion of IronPython
> *Subject:* Re: [IronPython] Serializing IronPython classes
>
>
>
> Okay
ch
should be easy to do if this works for you.
From: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL
PROTECTED]<mailto:[EMAIL PROTECTED]>] On Behalf Of Serge
Sent: Monday, October 06, 2008 7:36 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Serializing IronPython c
ou.
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Serge
> *Sent:* Monday, October 06, 2008 7:36 PM
> *To:* Discussion of IronPython
> *Subject:* Re: [IronPython] Serializing IronPython classes
>
>
>
> Thanks for the heads up, howeve
on
Subject: Re: [IronPython] Serializing IronPython classes
Thanks for the heads up, however trying to use cPickle, I still get the error
saying that the child class is not marked as serializable..?
On 10/7/08, Dino Viehland <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:
I would
om:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Serge
> *Sent:* Sunday, October 05, 2008 9:24 PM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] Serializing IronPython classes
>
>
>
> I've run into problems with serialization. I have a seria
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serge
Sent: Sunday, October 05, 2008 9:24 PM
To: users@lists.ironpython.com
Subject: [IronPython] Serializing IronPython classes
I've run into problems with serialization. I have a serializable class defined
in C# which gets extended from IP, however w
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 a