Community

Implementing MFC-Style Serialization in .NET – Part 2 – Reading MFC Serialized Objects into .NET

(Robert Pittenger) In Part 1, I showed how to implement MFC-style serialization in .NET using an Archive class similar to MFC’s CArchive. In Part 2, I will show how Archive can serve as a base class for MfcArchive – a .NET class that allows reading MFC-serialized objects into .NET applications, with

Read More - Register for Free Membership