mtwilliams / blazon

:beginner: Declarative abstract serializers for Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always use a generator function for serialization.

mtwilliams opened this issue · comments

This would wrap immediate values in something like &(Map.get(&1, <field>)). More sophisticated fetching would have the same interface. This could be extended to allow wrapping in another fun (monadic!) to implement #21 for example.