Serialization System¶
Serialization System is a core component of Apache Spark with pluggable serializers for task closures and block data.
Serialization System uses SerializerManager to select the Serializer (based on spark.serializer configuration property).