io.github.vigoo.desert.internal.AdtCodec.SerializationCommand
See theSerializationCommand companion trait
object SerializationCommand
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SerializationCommand.type
Members list
Type members
Classlikes
final case class Fail(failure: DesertFailure) extends SerializationCommand
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SerializationCommandclass Objecttrait Matchableclass AnyShow all
final case class WriteConstructor[T](constructorName: String, value: T, codec: () => BinaryCodec[T]) extends SerializationCommand
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SerializationCommandclass Objecttrait Matchableclass AnyShow all
final case class WriteField[T](fieldName: String, value: T, codec: () => BinaryCodec[T]) extends SerializationCommand
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SerializationCommandclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article