A wrapper around some unserializable objects that make them both Java serializable.
Java object serialization using Kryo.
Java object serialization using Kryo. This is much more efficient, but Kryo sometimes is buggy to use. We use this mainly to serialize the object inspectors.
A wrapper around some unserializable objects that make them both Java serializable. Internally, Kryo is used for serialization.
Use KryoSerializationWrapper(value) to create a wrapper.