Data Formats

Below is the list of data formats that are provided by Apache Camel.

Number of Data Formats: 9 in 8 JAR artifacts (0 deprecated)

Data Format Artifact Support Level Since Description

Avro

camel-avro

Stable

2.14

Serialize and deserialize messages using Apache Avro binary data format.

Bindy

camel-bindy

Stable

2.0

Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy

FHIR JSon

camel-fhir

Stable

2.21

Marshall and unmarshall FHIR objects to/from JSON.

FHIR XML

camel-fhir

Stable

2.21

Marshall and unmarshall FHIR objects to/from XML.

Jackson XML

camel-jacksonxml

Stable

2.16

Unmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson.

JAXB

camel-jaxb

Stable

1.0

Unmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.

Protobuf Jackson

camel-jackson-protobuf

Stable

3.10

Marshal POJOs to Protobuf and back using Jackson.

SOAP

camel-soap

Stable

2.3

Marshal Java objects to SOAP messages and back.

Zip File

camel-zipfile

Stable

2.11

Compression and decompress streams using java.util.zip.ZipStream.