Re: Reading C# serialized objects into Python?

2009-01-08 Thread Steve Holden
Alex van der Spek wrote: > Is there a way to read C# serialized objects into Python? > > I know the definition and structure of the C# objects. The Python docs > say that pickle is specific to Python, which does not give me much hope. > There may be a library however that I haven't come across y

Re: Reading C# serialized objects into Python?

2009-01-08 Thread Diez B. Roggisch
Alex van der Spek wrote: > Is there a way to read C# serialized objects into Python? > > I know the definition and structure of the C# objects. The Python docs > say that pickle is specific to Python, which does not give me much hope. > There may be a library however that I haven't come across ye

Reading C# serialized objects into Python?

2009-01-08 Thread Alex van der Spek
Is there a way to read C# serialized objects into Python? I know the definition and structure of the C# objects. The Python docs say that pickle is specific to Python, which does not give me much hope. There may be a library however that I haven't come across yet. Thanks much, Alex van der Spek