c
pl.touk.nussknacker.engine.process.typeinformation.internal.typedobject
TypedObjectBasedTypeSerializer
abstract class TypedObjectBasedTypeSerializer[T] extends TypeSerializer[T] with LazyLogging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedObjectBasedTypeSerializer
- LazyLogging
- TypeSerializer
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypedObjectBasedTypeSerializer(serializers: Array[(String, TypeSerializer[_])])
Abstract Value Members
-
abstract
def
createInstance(): T
- Definition Classes
- TypeSerializer
- abstract def deserialize(values: Array[AnyRef]): T
- abstract def duplicate(serializers: Array[(String, TypeSerializer[_])]): TypeSerializer[T]
- abstract def get(value: T, name: String): AnyRef
- abstract def snapshotConfiguration(snapshots: Array[(String, TypeSerializerSnapshot[_])]): TypeSerializerSnapshot[T]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
copy(source: DataInputView, target: DataOutputView): Unit
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
copy(from: T, reuse: T): T
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
copy(from: T): T
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
deserialize(reuse: T, source: DataInputView): T
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
deserialize(source: DataInputView): T
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
duplicate(): TypeSerializer[T]
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLength(): Int
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isImmutableType(): Boolean
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
def
name(idx: Int): String
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serialize(record: T, target: DataOutputView): Unit
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
def
serializer(idx: Int): TypeSerializer[_]
- Attributes
- protected
- val serializers: Array[(String, TypeSerializer[_])]
-
def
snapshotConfiguration(): TypeSerializerSnapshot[T]
- Definition Classes
- TypedObjectBasedTypeSerializer → TypeSerializer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.