org.apache.flink.api.serializer
Members list
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[Array[T]]class TypeSerializer[Array[T]]trait Serializableclass Objecttrait Matchableclass Any
Serializer for Case Classes. Creation and access is different from our Java Tuples so we have to treat them differently. Copied from Flink 1.14.
Serializer for Case Classes. Creation and access is different from our Java Tuples so we have to treat them differently. Copied from Flink 1.14.
Attributes
- Graph
- Supertypes
- trait Cloneableclass TupleSerializerBase[T]class TypeSerializer[T]trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
- class ScalaCaseClassSerializer[T]
Attributes
- Graph
- Supertypes
- trait TypeSerializerSnapshot[F[T]]class Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- class TypeSerializerSingleton[T]class TypeSerializer[T]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- CoproductSerializer.type
Serializer for Either. Copied from Flink 1.14.
Serializer for Either. Copied from Flink 1.14.
Attributes
- Graph
- Supertypes
- class TypeSerializer[Either[A, B]]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[::[T]]class TypeSerializer[::[T]]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[List[T]]class TypeSerializer[List[T]]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- class TypeSerializerSingleton[Map[K, V]]class TypeSerializer[Map[K, V]]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MapSerializer.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Producttrait Equalstrait SimpleSerializer[A]class TypeSerializerSingleton[A]class TypeSerializer[A]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- MappedSerializer.type
Serializer for cases where no serializer is required but the system still expects one. This happens for OptionTypeInfo when None is used, or for Either when one of the type parameters is Nothing.
Serializer for cases where no serializer is required but the system still expects one. This happens for OptionTypeInfo when None is used, or for Either when one of the type parameters is Nothing.
Attributes
- Graph
- Supertypes
- class TypeSerializer[Any]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class SimpleTypeSerializerSnapshot[Any]trait TypeSerializerSnapshot[Any]class Objecttrait Matchableclass Any
Serializer for Option.
Serializer for Option.
Attributes
- Graph
- Supertypes
- class TypeSerializer[Option[A]]trait Serializableclass Objecttrait Matchableclass Any
This is a non macro-generated, concrete Scala case class serializer. Copied from Flink 1.14 with two changes:
This is a non macro-generated, concrete Scala case class serializer. Copied from Flink 1.14 with two changes:
- Does not extend
SelfResolvingTypeSerializer, since we're breaking compatibility anyway. - Move
lookupConstructorto version-specific sources.
Attributes
- Graph
- Supertypes
- class CaseClassSerializer[T]trait Cloneableclass TupleSerializerBase[T]class TypeSerializer[T]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- class TypeSerializerSingleton[T]class TypeSerializer[T]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[Seq[T]]class TypeSerializer[Seq[T]]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[Set[T]]class TypeSerializer[Set[T]]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[T]class TypeSerializer[T]trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
- class ArraySerializer[T]class ListCCSerializer[T]class ListSerializer[T]class SeqSerializer[T]class SetSerializer[T]class UnitSerializerclass VectorSerializer[T]
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait SimpleSerializer[Unit]class TypeSerializerSingleton[Unit]class TypeSerializer[Unit]trait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- UnitSerializer.type
Attributes
- Graph
- Supertypes
- class TypeSerializerSingleton[Vector[T]]class TypeSerializer[Vector[T]]trait Serializableclass Objecttrait Matchableclass Any