SerializationSerialization is a Data Format which uses the standard Java Serialization mechanism to unmarshal a binary payload into Java objects or to marshal Java objects into a binary blob. from("file://foo/bar"). unmarshal().serialization(). to("activemq:Some.Queue"); |