case classTypeWrapper[T](value: T) extends Product with Serializable
To be used as a wrapper for interfaces.
It includes the actual class name in the serialization in order
to instantiate the new object on deserialization.
T
Type of value.
value
Actual value to serialize.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
To be used as a wrapper for interfaces. It includes the actual class name in the serialization in order to instantiate the new object on deserialization.
Type of value.
Actual value to serialize.