public final class WasmSupport
extends Object
-
Nested Class Summary
Nested Classes
-
Field Summary
Fields
static final com.fasterxml.jackson.databind.ObjectMapper
-
Method Summary
static void
static byte[]
serialize(org.apache.camel.Exchange exchange)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
-
Method Details
-
serialize
public static byte[] serialize(org.apache.camel.Exchange exchange)
throws Exception
- Throws:
Exception
-
deserialize
public static void deserialize(byte[] in,
org.apache.camel.Exchange out)
throws Exception
- Throws:
Exception