Skip to content

paulwh/XmlSerializable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XmlSerializable

Xml Serialization Library for .Net

Overview

The XmlSerializer type in .Net hasn't been updated or improved since the original release of the .Net Framework. Its flexibility is convenient in that it makes is possible to create a mapping between C# objects and almost any XML representation. However it doesn't support basic features of .Net such as private setters or generic dictionary collections. This library is designed to be a drop in replacement for XmlSerializer that supports these features of .Net and the .Net Framework. Objects intended for use with XmlSerializable can be used interchangeably with objects designed for XmlSerialzer and vice versa.

About

Xml Serialization Library for .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages