L
Lloyd Dupont
I wrote a custom channel to do custom remoting
I would like it to be version resistant.
Let say I have a customer having an old version of the product and an other
having a newer version with some different field, sigh...
I would like the communication to kind of try to work anyway.
I know I could have implement ISerializable interface on my data object but
let's look in an other direction, I would like to have a custom
IServerFormatterSinkProvider which return a custom formatter sink.
However I would like to avoid writing a new complete formatter myself, I
rather use the BinaryFormatter class and kind of hook into it.
Anyway of doing that ?
Any links ?
Any help appreciated
I would like it to be version resistant.
Let say I have a customer having an old version of the product and an other
having a newer version with some different field, sigh...
I would like the communication to kind of try to work anyway.
I know I could have implement ISerializable interface on my data object but
let's look in an other direction, I would like to have a custom
IServerFormatterSinkProvider which return a custom formatter sink.
However I would like to avoid writing a new complete formatter myself, I
rather use the BinaryFormatter class and kind of hook into it.
Anyway of doing that ?
Any links ?
Any help appreciated