Default ClassLoader to use in deserialization.
Default ClassLoader to use in deserialization. Implementations of Serializer should make sure it is using this when set.
Creates a new SerializerInstance.
Creates a new SerializerInstance.
Sets a class loader for the serializer to use in deserialization.
Sets a class loader for the serializer to use in deserialization.
this Serializer object
:: DeveloperApi :: A Spark serializer that uses Java's built-in serialization.
This serializer is not guaranteed to be wire-compatible across different versions of Spark. It is intended to be used to serialize/de-serialize data within a single Spark application.