Package spark.serialization
Class SerializerChain
java.lang.Object
spark.serialization.SerializerChain
Chain of serializers for the output.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(OutputStream outputStream, Object element) Process the output.
-
Field Details
-
root
-
-
Constructor Details
-
SerializerChain
public SerializerChain()Constructs a serializer chain.
-
-
Method Details
-
process
Process the output.- Parameters:
outputStream
- the output stream to write to.element
- the element to serialize.- Throws:
IOException
- in the case of IO error.
-