Reading C# serialized objects into Python?

  • Thread starter Alex van der Spek
  • Start date
A

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
 
D

Diez B. Roggisch

Alex said:
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.

IronPython might be of help here. You might try to de-serialize in
IronPython, and then serialize again using pickle.

Diez
 
S

Steve Holden

Alex said:
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.
struct?

regards
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top