Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/ Fluxera.Temporal Public archive

A libary that provides temporal types.

License

Notifications You must be signed in to change notification settings

fluxera/Fluxera.Temporal

Repository files navigation

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);