CollectionSerializerSnapshot
class CollectionSerializerSnapshot[F[_], T, S <: TypeSerializer[F[T]]]() extends TypeSerializerSnapshot[F[T]]
trait TypeSerializerSnapshot[F[T]]
class Object
trait Matchable
class Any
Value members
Constructors
Concrete methods
override def readSnapshot(readVersion: Int, in: DataInputView, userCodeClassLoader: ClassLoader): Unit
- Definition Classes
- TypeSerializerSnapshot
override def resolveSchemaCompatibility(newSerializer: TypeSerializer[F[T]]): TypeSerializerSchemaCompatibility[F[T]]
- Definition Classes
- TypeSerializerSnapshot