Reading C# serialized objects into Python?
Diez B. Roggisch
deets at nospam.web.de
Thu Jan 8 05:55:57 EST 2009
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 yet.
IronPython might be of help here. You might try to de-serialize in
IronPython, and then serialize again using pickle.
Diez
More information about the Python-list
mailing list