netvl / picopickle

A simple yet extensible shapeless-based serialization library
MIT License
83 stars 10 forks source link

Add support for error handling in converters #9

Open netvl opened 9 years ago

netvl commented 9 years ago

Currently converters DSL does not support nicer error handling as regular serializers do, but converters are supposed to be the main way to define serializers.