Avro Deserialize

Use this activity to deserialize serialized data into a JSON readable format using the schema that you configure in the Settings tab of this activity.

Settings

The elements from the schema that you enter in this tab will be available for manually configuring or mapping in the Input tab.

Field Description
Schema The Apache Avro schema to be used to deserialize a message. It contains the complex and/or primitive types that are supported by Apache Avro.

Input

Field Description
serializeddata Enter the serialized data or map it to serialized data from the output of a previous activity. This data will be decoded into JSON format.

Output

The Output tab displays the elements of the schema that you entered in the Settings tab in a tree format after the serialized data from the Input tab has been deserialized.

Loop

Refer to the section on "Using the Loop Feature in an Activity" in the TIBCO Cloud™ Integration - Flogo® (PAYG) User's Guide for information on the Loop tab.

Related concepts
Related reference