I have a generic list say and I want to serialize it. I want to use a interface for the generic list which can't be serialized so you have to use the instance. Like this MyClass implements IMyClass.I have a generic list say and I want to seriali
I have a generic list say and I want to serialize it. I want to use a interface for the generic list which can't be serialized so you have to use the instance. Like this MyClass implements IMyClass.I have a generic list say and I want to seriali