kafka-jackson
JSON serde
Provides a standardized way to serialize and deserialize JSON data in Apache Kafka using Jackson
Kafka Serializer, Deserializer, and Serde for Jackson JSON
7 stars
0 watching
3 forks
Language: Java
last commit: over 6 years ago
Linked from 1 awesome list
deserializationjacksonjsonkafkaserialization
Related projects:
Repository | Description | Stars |
---|---|---|
kbss-cvut/jb4jsonld | A Java library for serializing and deserializing objects to JSON-LD format using annotations. | 12 |
vavr-io/vavr-jackson | A Jackson datatype module for serializing and deserializing Java data structures into JSON | 99 |
azhur/kafka-serde-scala | Library providing implicit typeclass converters for various serialization formats to Kafka serializers | 57 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
kakaopensource/kakajson | A Swift library providing fast conversion between JSON and model data structures. | 1,172 |
zalando/jackson-datatype-money | A Jackson module to support JSON serialization and deserialization of JavaMoney data types | 253 |
tailrecursion/cljson | A Clojure/ClojureScript library for accelerating JSON data deserialization in browser applications. | 62 |
pichillilorenzo/jackson-js | A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |
bedatadriven/jackson-datatype-jts | Provides custom serialization and deserialization of JTS Geometry objects using the GeoJSON format with Jackson | 81 |
jcustenborder/kafka-connect-transform-common | A set of reusable transformations for transforming data in Kafka Connect | 154 |
sderosiaux/kafka-streams-consumer-offsets-to-json | Converts Kafka __consumer_offsets to JSON | 13 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
callum-oakley/json5-rs | A Rust JSON5 serialization and deserialization library built on top of Serde | 184 |
fasterxml/jackson-module-kotlin | Adds support for serialization/deserialization of Kotlin classes and data classes | 1,126 |
kittinunf/forge | A JSON parsing library for Kotlin that allows manual control over the deserialization process using functional programming techniques. | 126 |