MapSerializer

org.apache.flinkx.api.serializer.MapSerializer
See theMapSerializer companion class
object MapSerializer

Attributes

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

Members list

Type members

Classlikes

case class MapSerializerSnapshot[K, V](var keySerializer: TypeSerializer[K], var valueSerializer: TypeSerializer[V]) extends TypeSerializerSnapshot[Map[K, V]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TypeSerializerSnapshot[Map[K, V]]
class Object
trait Matchable
class Any
Show all