Open xiaodaigh opened 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.
f
f'
This way the user can support arbitrary types.
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 functionf'
to transform that data back.This way the user can support arbitrary types.