Reading C# serialized objects into Python?

Steve Holden steve at holdenweb.com
Thu Jan 8 07:14:50 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.
> 
struct?

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list