VectorSerializer

class VectorSerializer[T](child: TypeSerializer[T], clazz: Class[T]) extends SimpleSerializer[Vector[T]]
trait SimpleSerializer[Vector[T]]
class TypeSerializerSingleton[Vector[T]]
class TypeSerializer[Vector[T]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def createInstance(): Vector[T]
Definition Classes
TypeSerializer
override def deserialize(source: DataInputView): Vector[T]
Definition Classes
TypeSerializer
override def getLength: Int
Definition Classes
TypeSerializer
override def serialize(record: Vector[T], target: DataOutputView): Unit
Definition Classes
TypeSerializer
override def snapshotConfiguration(): TypeSerializerSnapshot[Vector[T]]
Definition Classes
TypeSerializer

Inherited methods

override def copy(source: DataInputView, target: DataOutputView): Unit
Definition Classes
SimpleSerializer -> TypeSerializer
Inherited from:
SimpleSerializer
override def copy(from: Vector[T], reuse: Vector[T]): Vector[T]
Definition Classes
SimpleSerializer -> TypeSerializer
Inherited from:
SimpleSerializer
override def copy(from: Vector[T]): Vector[T]
Definition Classes
SimpleSerializer -> TypeSerializer
Inherited from:
SimpleSerializer
override def deserialize(reuse: Vector[T], source: DataInputView): Vector[T]
Definition Classes
SimpleSerializer -> TypeSerializer
Inherited from:
SimpleSerializer
def duplicate(): TypeSerializerSingleton[Vector[T]]
Inherited from:
TypeSerializerSingleton
def equals(x$0: <FromJavaObject>): Boolean
Inherited from:
TypeSerializerSingleton
def hashCode(): Int
Inherited from:
TypeSerializerSingleton
override def isImmutableType: Boolean
Definition Classes
SimpleSerializer -> TypeSerializer
Inherited from:
SimpleSerializer