IDeserializationCallback equivalent for ISerializationSurrogate?
Thanks,
Ray
Thanks,
Ray
Not that I am aware of, but you could hack it by putting your surrogate instance in a place were some IDeserializationCallback could call it.
That's essentially what I ended up doing. I had the surrogate serialize another object just for that purpose. The object then makes use of IDeserializationCallback.
- Ray