XmlSerializer and Serialization Surrogate

E

elziko

In the past when doing binary serialization I have been able to implement my
own serialization for a type by defining a serialization surrogate for this
type.

I am now working on something different and want to be able to do a similar
thing when performing XML serialization but looking at the XmlSerializer I
see there is no SurrogateSelector property.

Is it possible to use serialization surrogates with XML serialization and if
so, how?

TIA
 

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

Top