xiaodaigh / JDF.jl

Julia DataFrames serialization format
MIT License
90 stars 9 forks source link

A way for users to convert any type to a type that is supported #50

Open xiaodaigh opened 4 years ago

xiaodaigh commented 4 years ago

Sometimes a user would want a type to be saved,

we require the use to provide a function f to transform that type to a type supported, and a function f' to transform that data back.

This way the user can support arbitrary types.