/nodatime.serialization

Serialization projects for Noda Time

Primary LanguageC#Apache License 2.0Apache-2.0

Travis build Status

Noda Time serialization

This repository contains projects to do with serializing Noda Time data in various forms, such as JSON.

.NET binary serialization and XML serialization is built into Noda Time itself, but other serialization mechanisms are expected to simply use the public API.

Separating the code into a "core" in the nodatime repository and serialization code here allows for a greater separation between the two, and independent release cycles.