AdtCodec

io.github.vigoo.desert.internal.AdtCodec
See theAdtCodec companion class
object AdtCodec

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AdtCodec.type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait ChunkedInput

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
object ChunkedSerOps

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final class ChunkedSerState(val serializerState: SerializerState, val typeRegistry: TypeRegistry, lastIndexPerChunk: Map[Byte, Byte], val fieldIndices: Map[String, FieldPosition], constructorNameToId: Map[String, Int], constructorIdToName: Map[Int, String], typeDescription: String, var readConstructorName: Option[String], transientFields: Map[String, Any])

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class ChunkedSerializationContext(state: ChunkedSerState, output: ChunkedOutput)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DeserializationCommand[BuilderState]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Read[T, BuilderState]
class ReadConstructor[T, BuilderState]
class ReadOptional[T, BuilderState]
class ReadTransient[T, BuilderState]
final case class FieldPosition(chunk: Byte, position: Byte)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FieldPosition

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait SerializationCommand

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fail
class WriteConstructor[T]
class WriteField[T]

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes