FlatSumCodec
mcodec.FlatSumCodec
final class FlatSumCodec[T](typeName: String, caseNames: Array[String], caseCodecs: => Array[MCodec[Any]], ordinalOf: T => Int, caseFieldName: String, defaultCaseIdx: Int) extends ObjectCodec[T], SizedCodec[T]
Attributes
- Source
- DerivedCodecs.scala
- Graph
-
- Supertypes
-
trait SizedCodec[T]trait ObjectCodec[T]trait NullSafeCodec[T]trait MCodec[T]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- DerivedCodecs.scala
Attributes
- Source
- DerivedCodecs.scala
Attributes
- Source
- DerivedCodecs.scala
Inherited methods
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- NullSafeCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- ObjectCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- MCodec
- Source
- MCodec.scala
Attributes
- Inherited from:
- NullSafeCodec
- Source
- BaseCodecs.scala
Attributes
- Inherited from:
- ObjectCodec
- Source
- BaseCodecs.scala
In this article