Serializing and Deserializing External Assembly in C#

Posted by Heka on Stack Overflow See other posts from Stack Overflow or by Heka
Published on 2010-05-24T13:47:27Z Indexed on 2010/05/24 13:51 UTC
Read the original article Hit count: 202

I wrote a plugin system and I want to save/load their properties so that if the program is restarted they can continue working. I use binary serialization. The problem is they can be serialized but not deserialized. During the deserialization "Unable to find assembly" exception is thrown. How can I restore serialized data?

© Stack Overflow or respective owner

Related posts about c#

Related posts about serialization