Namespace NodaTime.Xml
Classes
Provides XML schema types.
Ambient settings applied during XML serialization and deserialization.
XML serialization in .NET does not provide any "hooks" for advanced configuration.
Most of the time that's a good thing, in terms of compatibility: we want
the same data to be serialized the same way across multiple programs for
interoperability. There are some exceptions to this however, where decisions
need to be made and there's no single "right for everyone" choice.