Click here to Skip to main content
15,887,394 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this query, can we do CRUD operation on XML using Serialization and Deserialization (using system.xml.serialization library )

I know it can be done using other libraries like xmldocument,XMLWriter but just curious to know whether is there any way that we can perform CRUD using Serialization and Deserialization (using system.xml.serialization library )

I want make it clear here that by "CRUD" operation i mainly mean a part of XML not whole xml. I don't want to deserialize whole xml and update the object and serialize to get final xml. I want deserialize/serialize only that part which is needed not all.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900