vertx / io.vertx.ext.stomp / FrameConverter

FrameConverter

open class FrameConverter

Converter for io.vertx.ext.stomp.Frame. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.Frame original class using Vert.x codegen.

Constructors

<init>

FrameConverter()

Converter for io.vertx.ext.stomp.Frame. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.Frame original class using Vert.x codegen.

Functions

fromJson

open static fun fromJson(json: JsonObject, obj: Frame): Unit

toJson

open static fun toJson(obj: Frame, json: JsonObject): Unit