Skip to content

Repository files navigation

XmlFile

A wrapper around XmlSerializer

Usage

Can be used either with an instance or statically

XmlFile<List<string>>.Save("List.xml", myList);
var xmlFile = new XmlFile<List<string>>("List.xml");
xmlFile.Save(myList);

About

A wrapper around the XmlSerializer

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages