fluxera / Fluxera.Temporal

A libary that provides temporal types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Fluxera.Temporal

A libary that provides temporal types.

Serialization Support

At the moment serialization support is available for:

MongoDB

To support the temporal serializers in MongoDB use the UseTemporal extension method on a ConventionPack.

ConventionPack pack = new ConventionPack();
pack.UseTemporal();
ConventionRegistry.Register("ConventionPack", pack, t => true);

About

A libary that provides temporal types.

License:MIT License


Languages

Language:C# 100.0%