NullOptions

In order to enable an alternative Option codec, which encodes None to null and Some to an unwrapped value you can import the members of this object with

import io.bullet.borer.NullOptions._
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def decoder[T : Decoder]: Decoder[Option[T]]
implicit def encoder[T : Encoder]: Encoder[Option[T]]