Deserializing an unknown object type in C #

Is it possible to deserialize an object that has been serialized using binary / xml formatting without knowing or defining the type?

PS: Whenever possible, I mean, if possible, without creating a research project and just with a simple prototype that can deserialize into a simple prototype object that matches the serialized information.

+3


source to share





All Articles