Not knowing a type before deserializing

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-06-10T17:20:28Z Indexed on 2010/06/10 17:23 UTC
Read the original article Hit count: 110

Filed under:
|

Is it possible to deserialize (c#) a piece of xml, csv, json (whatever it is), and not know it's type? But be given back an object (which ultimately is the correct type)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about serialization