24

I'd like to know what is the serialization format of the BinaryFormatter. I found this site which give some good informations, but it was obtained by reverse engineering and it is not complete.

Where can I find the official specification of the BinaryFormatter serialization format?

Jeff Cyr
  • 4,774
  • 1
  • 28
  • 42
  • It's not clear exactly what you're looking for. Do you mean something more official than MSDN?http://msdn.microsoft.com/en-us/library/system.runtime.serialization.formatters.binary.binaryformatter.aspx – Joseph Yaduvanshi Jan 11 '10 at 18:56

1 Answers1

30

[MS-NRBF]: .NET Remoting: Binary Format Data Structure

alexdej
  • 3,751
  • 23
  • 21