Anyone know of a .NET serialized class editor? -


so looking @ solar 2 in dotpeek, , noticed saved game files in format of raw serialized classes. know of program (preferably free) can read format , edit it?

if have original app dlls, reference them , deserialize classes using whatever deserializer using.

if not have original classes , using binaryformatter, have implement binary reader according specification @ [ms-nrbf]: .net remoting: binary format data structure.


Comments