Showing posts with label xml. Show all posts
Showing posts with label xml. Show all posts

Tuesday, November 30, 2010

Serialize to XML made a little easier

COVERAGE: XML Serialization, C#.
While digging, breaking and smashing around some code (aka refactoring), I found some redundant code that serialized and deserialized objects to files at various places. With a little effort a centralized helper class was created.