Data Serializer Component
Takes a Pipeline Data object and converts it to a RawData using Java’s built-in serialization capability.
Data Governance
The output data item of the Data Serializer component is registered as being derived from its input data item.
Input Channels
input — A PipelineData object to be serialized into RawData.
Output Channels
output — A RawData object containing the serialized form of the input object .
error — An ErrorOutput object if the input data cannot be serialized.