Supose I serialized a third party library type object with BinaryFormatter
. An assemby that does not references this library tries to deserialize the bytes. Will it work?
I do not expect to it be cast to the correct type, I just want to retrieve it as an object
instance so I can group it and serialize it again.