C# BinaryFormatter deserialize as an existing object

355 views Asked by At

Using BinaryFormatter, how could I override the deserialization method of a class so that it would return an existing instance of this class instead of create a new one?

0

There are 0 answers