Is there a Tool for see files created with binary serialization?

Posted by Néstor Sánchez A. on Stack Overflow See other posts from Stack Overflow or by Néstor Sánchez A.
Published on 2010-06-03T16:35:34Z Indexed on 2010/06/09 10:42 UTC
Read the original article Hit count: 249

Filed under:
|
|

I've working without problems serializating object graphs to and from files. Everything was fine until today: A dictionary, created in a constructor and NEVER deleted, was lost (null referece) just after deserialization from file, for the first time in more than a year doing the same without troubles.

So, is there a Software Tool to look into binary serialization content showing a human/developer-readable version (a la Reflector) of what is stored?

AKA: How to analyze (easy, no binary to IL translation. That would take months) binary serialized content?

Thanks!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflection