SerializationException for dynamically loaded Type
问题 As consequence of my previous question ( XML serialization of interfaces ) I obtained another problem... I have an application that export data from a database. The export procedure is implemented by different concrete classes that implement a common interface used for invocation. The concrete implementations are loaded as plug-ins (DLLs) so I don't reference them in my code directly. I need to serialize instances of these concrete classes as byte arrays into my database, but now when I try