muster
muster copied to clipboard
A library for macro based serializers to many different formats
Standalone DateTime value is serialized to string using a custom producer and deserialized back using a custom consumer just fine. However, when DateTime value is part of a case class,...
Add a way to specify type hints for a type This is for use with polymorphic lists. It requires adding a field to the resulting json and then later on...
Currently there is no way to override field names. Should this be implemented with an implicit context or through annotations that look the same as the ones in Jackson and...
Support the following flavors of enum values: - Scala enum values - Viktor Clangs enum values - Java Enumerations
@casualjim what do you think about leveraging http://docs.scala-lang.org/overviews/quasiquotes/intro.html within Consumer.consumerImpl? Seems to be good alternative to reify..