bigDecimalCodec
mcodec.StdCodecs.bigDecimalCodec
object bigDecimalCodec extends SimpleCodec[BigDecimal]
Attributes
- Source
- StdCodecs.scala
- Graph
-
- Supertypes
-
trait SimpleCodec[BigDecimal]trait NullSafeCodec[BigDecimal]trait MCodec[BigDecimal]class Objecttrait Matchableclass AnyShow all
- Self type
-
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- NullSafeCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- SimpleCodec
- Source
- BaseCodecs.scala
final inline def transform[U](inline onWrite: U => BigDecimal, inline onRead: BigDecimal => U): MCodec[U]
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- NullSafeCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- SimpleCodec
- Source
- BaseCodecs.scala
In this article