Class WasmSupport

java.lang.Object
org.apache.camel.wasm.WasmSupport

public final class WasmSupport extends Object
  • 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