muster icon indicating copy to clipboard operation
muster copied to clipboard

A library for macro based serializers to many different formats

Results 7 muster issues
Sort by recently updated
recently updated
newest added

Add reactivemongo bson support

enhancement

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...

enhancement

Add java mongodb bson support

enhancement

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...

enhancement

Support the following flavors of enum values: - Scala enum values - Viktor Clangs enum values - Java Enumerations

enhancement

@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..