Add macro support for generating codecs
Opened this issue · 0 comments
reid-spencer commented
Macros look like they are going to be in the Scala language for the long haul and most of the design churn has settled down. It would be very handy if RxMongo could generate codecs for arbitrary classes in much the same way that Play's JSON Transformers can generate the Reads[T] and Writes[T] classes.