c# - Deserialize multiple xml files into objects -



c# - Deserialize multiple xml files into objects -

i have programme that'll serialize number of different objects xml files stored on disk, arbitrary name (i can't alter naming)... how deserialize these objects again??

as can see it, need read xml file using xml doc reader figure out type of object stored in each file, , utilize type when creating instance of deserializer. seems lot of work first load file xml , deserialize right object...

is there smarter way? there exist library doing this?

you have xmlserializer each class, , seek candeserialize method each xml file.

c# xml serialization

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -