picopickle icon indicating copy to clipboard operation
picopickle copied to clipboard

Add support for converters extension

Open netvl opened this issue 9 years ago • 0 comments

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
...

netvl avatar Jul 06 '15 13:07 netvl