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

Viewed 4158

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?

1 Answers
Related