Package io.reactiverse.es4x.impl
Class JSObjectMessageCodec
- java.lang.Object
-
- io.reactiverse.es4x.impl.JSObjectMessageCodec
-
-
Constructor Summary
Constructors Constructor Description JSObjectMessageCodec(String codecName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdecodeFromWire(int pos, io.vertx.core.buffer.Buffer buffer)voidencodeToWire(io.vertx.core.buffer.Buffer buffer, Object jsObject)Stringname()bytesystemCodecID()Objecttransform(Object jsObject)
-
-
-
Constructor Detail
-
JSObjectMessageCodec
public JSObjectMessageCodec(String codecName)
-
-