Package spark.serialization
Class SerializerChain
- java.lang.Object
-
- spark.serialization.SerializerChain
-
public final class SerializerChain extends java.lang.Object
Chain of serializers for the output.
-
-
Field Summary
Fields Modifier and Type Field Description private Serializer
root
-
Constructor Summary
Constructors Constructor Description SerializerChain()
Constructs a serializer chain.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(java.io.OutputStream outputStream, java.lang.Object element)
Process the output.
-
-
-
Field Detail
-
root
private Serializer root
-
-