Is it somehow possible to configure xstream as object serialization instead of the java serializiation?
In my project I have various Object Messages to transfer over JMS. By default the Obects are serialized with the Java serialization. Of course I could configure the route to do marshalling and unmarshalling with xstream. But I want to avoid that overhead in all the route definitions by setting the xstream un/marshalling as default. Do you have any hint for me? -- View this message in context: http://camel.465427.n5.nabble.com/configure-xstream-instead-of-java-serialization-as-default-tp5723617.html Sent from the Camel - Users mailing list archive at Nabble.com.