[Mono-list] System.Runtime.Serialization.Formatters.Binary.BinaryFormatter question

George Kodinov kgeorge@plovdiv.techno-link.com
Tue, 15 Oct 2002 11:38:47 +0300


Hi,

I'm trying to run on Mono an MS.NET application using the 
BinaryFormatter class.
I've noted that the BinaryFormatter class is not currently implemented. 
I'm thinking about implementing it.
But I find no documentation of the MS.NET binary formatter output format 
(to be able to read data produced by MS.NET BinaryFormatter).
Is something known about that format (so I can start filling up the 
Mono's BinaryFormatter class), or I have to try to reverse-engineer it ?
Or is it OK to define some binary format specially for Mono ?

Best Regards,
George Kodinov