A libary that provides temporal types.
At the moment serialization support is available for:
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);