class KryoWrapper[T] extends Serializable
A wrapper around some unserializable objects that make them both Java serializable. Internally, Kryo is used for serialization.
Use KryoWrapper(value) to create a wrapper.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- KryoWrapper
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All