HI
when an object (having sub objects) is serialized using a BinaryFormatter, what exactly happens? how the object data is stored? how the strings used to map the objects store? I want to know the serialized stream format.
please help me ..
HI when an object (having sub objects) is serialized using a BinaryFormatter, what exactly
Share
There is a reverse-engineered description here.