Search code examples
.netbinaryformatter

.Net Where to find the official specification of the BinaryFormatter serialization format?


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?


Solution

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