Package kos.core

Interface Serializer

    • Method Detail

      • serialize

        io.vertx.core.buffer.Buffer serialize​(Object target)
      • deserialize

        <T> T deserialize​(io.vertx.core.buffer.Buffer buffer,
                          Class<T> type)
      • contentType

        String contentType()