BigDecimalFixedEncoder

object BigDecimalFixedEncoder extends Encoder[BigDecimal]

An Encoder for BigDecimal that encodes as fixed size byte arrays.

An Encoder for BigDecimal that encodes as fixed size byte arrays.

trait Encoder[BigDecimal]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def encode(schema: Schema): BigDecimal => Any
Definition Classes

Inherited methods

final def contramap[U](f: U => BigDecimal): Encoder[U]

Returns an [[Encoder[U]] by applying a function that maps a U to an T, before encoding as an T using this encoder.

Returns an [[Encoder[U]] by applying a function that maps a U to an T, before encoding as an T using this encoder.

Inherited from
Encoder