Data Deserializer Component

Takes a RawData object containing a serialized object in and converts it to its original PipelineData object form by deserializing it using Java’s built-in serialization capability.

Data Governance

The output data item of the Data Deserializer component is registered as being derived from its input data item.

Input Channels

input — A RawData object to be deserialized into a PipelineData.

Output Channels

output — The deserialized PipelineData object recreated from the input data object.

error — An ErrorOutput object if the input data cannot be deserialized.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us