I have complex set of import and export definitions in my program. The composition of them thanks a significant amount of time. Thus, is there any chance to 1) compose a MEF container and then serialize the connections between imports and exports and 2) deserialize these connections to the same composition without the time consuming search. Of course I have to garantee that the set of assemblyies for serialization and deserialization is identical.
Any tip where to start?