Hi,
I have serailized a class with 44 members. After changing the class I want to deserialize the old class (on disk) to the new class.
This gives me an deserialization error that the old only has 44 members instead of 46.
How can i deserialize this file into the new class. Please help me with some VB.NET code because C# is to difficult for me.
Fred
I have serailized a class with 44 members. After changing the class I want to deserialize the old class (on disk) to the new class.
This gives me an deserialization error that the old only has 44 members instead of 46.
How can i deserialize this file into the new class. Please help me with some VB.NET code because C# is to difficult for me.
Fred