nodatime / nodatime.serialization

Serialization projects for Noda Time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Actions status

Noda Time serialization

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

XML serialization is built into Noda Time itself, but other serialization mechanisms are expected to simply use the public API. (Noda Time 1.x and 2.x also support .NET binary serialization natively.)

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.

About

Serialization projects for Noda Time

License:Apache License 2.0


Languages

Language:C# 99.4%Language:Shell 0.6%