Vlad Lysyy

Results 2 comments of Vlad Lysyy

How about patching it as below (this is what I use as a workaround)? I can do a PR. ``` case object JInstantSerializer extends CustomSerializer[Instant]( _ => ( { case...