ancapdev / LightBSON.jl

High performance encoding and decoding of BSON data in Julia
MIT License
20 stars 4 forks source link

Add conversion context #21

Closed ancapdev closed 2 years ago

ancapdev commented 2 years ago

A conversion context passed to readers, writers, and down to representation_convert() and representation_type() will let users extend conversion behaviors without surprises.

Out of the box provide contexts for:

ancapdev commented 2 years ago

Will fix #13