Re: [IronPython] Serializing IronPython classes

2008-10-08 Thread Dino Viehland
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

Re: [IronPython] Serializing IronPython classes

2008-10-08 Thread Serge
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

Re: [IronPython] Serializing IronPython classes

2008-10-07 Thread Dino Viehland
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

Re: [IronPython] Serializing IronPython classes

2008-10-06 Thread Serge
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

Re: [IronPython] Serializing IronPython classes

2008-10-06 Thread Dino Viehland
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

Re: [IronPython] Serializing IronPython classes

2008-10-06 Thread Serge
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

Re: [IronPython] Serializing IronPython classes

2008-10-06 Thread Dino Viehland
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

[IronPython] Serializing IronPython classes

2008-10-05 Thread Serge
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