PrintCodec

com.github.plokhotnyuk.jsoniter_scala.macros.CodecMakerConfig.PrintCodec
class PrintCodec

Use to enable printing of codec during compilation:

given CodecMakerConfig.PrintCodec with {}
val codec = JsonCodecMaker.make[MyClass]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
In this article