VB>NET serialize deserialize with a changed schema.

TheKing1

New Member
our entire project has been reconstructed to a new data type of T (T being the class) rather than collections of an unknown type.essentially now the entire serialize/deserialize methods are incorrect because the current schema doesn't match up to the new one.So.. after serializing we could fix the xml reading through it as a string. or.. ugh.. who knows. Nothing eloquent comes to mind. Any ideas when the schema has changed?
 
Back
Top