Skip to content
This repository was archived by the owner on Dec 13, 2020. It is now read-only.
This repository was archived by the owner on Dec 13, 2020. It is now read-only.

Add support for converters extension #11

@netvl

Description

@netvl

For example, allow defining (or define now, if it is already possible) extended converters for BSON backend, something like

val datetime: Converter.Id[Date] = ... // Date -> BDateTime -> Date
val int64: Converter.Id[Long] = ...  // Long -> BInt64 -> Long
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions