All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bdd.reporting.JsonSerializer.kt Maven / Gradle / Ivy

Go to download

BDD Enterprise Reporting Server. This server provides the ability to upload reports from tools like Cucumber, SpecFlow, Pickles and the information is then aggregated into a central view across all projects.

The newest version!
package org.bdd.reporting

//import com.fasterxml.jackson.databind.ObjectMapper
//import org.apache.kafka.common.serialization.Serializer
//
///**
// * Created by Grant Little [email protected]
// */
//class JsonSerializer : Serializer {
//
//    private val objectMapper : ObjectMapper = ObjectMapper()
//
//    init {
//    }
//
//    override fun serialize(key: String?, value: Any?): ByteArray {
//        return objectMapper.writeValueAsBytes(value)
//    }
//
//    override fun close() {
//    }
//
//    override fun configure(p0: MutableMap?, p1: Boolean) {
//    }
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy