vert-x3 / vertx-lang-ruby

Vert.x Ruby support
Apache License 2.0
14 stars 12 forks source link

Support io.vertx.core.buffer.Buffer in data objects #17

Open vietj opened 8 years ago

vietj commented 8 years ago

DataObject support the io.vertx.core.buffer.Buffer type.

The conversion of a JavaScript object should convert the buffers to a B64 encoded string before constructing the data object.