I write the programm which work with Windows Registry i want to save some Microsoft::Win32::RegistryKey in binary mode. I want to use Serialization but that class not serialazale. do i need to create my own serialazable class or there is some more easy way to save this class in binary mode in .net?
Share
You have one option here: Create your own “wrapper” for your needs (it can be serializable class as well).