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 |
---|---|---|---|---|
camel-avro |
Stable |
2.14 |
Serialize and deserialize messages using Apache Avro binary data format. |
|
camel-bindy |
Stable |
2.0 |
Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy |
|
camel-fhir |
Stable |
2.21 |
Marshall and unmarshall FHIR objects to/from JSON. |
|
camel-fhir |
Stable |
2.21 |
Marshall and unmarshall FHIR objects to/from XML. |
|
camel-jacksonxml |
Stable |
2.16 |
Unmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson. |
|
camel-jaxb |
Stable |
1.0 |
Unmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard. |
|
camel-jackson-protobuf |
Stable |
3.10 |
Marshal POJOs to Protobuf and back using Jackson. |
|
camel-soap |
Stable |
2.3 |
Marshal Java objects to SOAP messages and back. |
|
camel-zipfile |
Stable |
2.11 |
Compression and decompress streams using java.util.zip.ZipStream. |