Deserialization and chaning data type

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I'm using a binder when deserializing our data. We have a few members that
were originally serialized using a different version number assembly. Is
there a way to tell it to use a new version? I know how to change types
using BindToType but not how to tell it a different version of an assembly.

The current exception we get is 'Cannot Convert our_namespace.our_type to
our_namespace.our_type'

I would really rather not use FormatterAssemblyStyle.Simple.

Thanks,
Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top