Dear friends,
I am trying a simple serialization example.
I have a class Employee having few fields and Methods
I have a another class as Employees that implements the ICollection interface.
In windows form code module i have two object variable's of employee class that I add to the Employees class collection object. Further I am trying to serialize the employees collection as file. This gives me the error "There was an error reflecting 'MyProject.Employees"
Any suggestions or hit what I am doing wrong?
Thanks
I am trying a simple serialization example.
I have a class Employee having few fields and Methods
I have a another class as Employees that implements the ICollection interface.
In windows form code module i have two object variable's of employee class that I add to the Employees class collection object. Further I am trying to serialize the employees collection as file. This gives me the error "There was an error reflecting 'MyProject.Employees"
Any suggestions or hit what I am doing wrong?
Thanks