C# BinaryFormatter deserialize as an existing object

360 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 best solutions below