io.findify.flinkadt.api.serializer
Type members
Classlikes
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.
- Companion:
- object
Serializer for Either. Copied from Flink 1.14.
Serializer for Either. Copied from Flink 1.14.
- Companion:
- object
- Companion:
- object
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.
Serializer for Option.
Serializer for Option.
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
lookupConstructor
to version-specific sources.