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
Post a Comment