suzaku-io / boopickle

Binary serialization library for efficient network communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically generate picklers for value classes

cornerman opened this issue · comments

Related to #46, it would be great to let boopickle automatically generate picklers for value classes. In my understanding, this would be as simple as defining a transformPickler projecting on the single value of that class.

I would like to implement this functionality in the materializePickler macro. Would you accept such a PR?