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: almost 7 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 | 100 |
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,177 |
zalando/jackson-datatype-money | A Jackson module to support JSON serialization and deserialization of JavaMoney data types | 254 |
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 | 156 |
sderosiaux/kafka-streams-consumer-offsets-to-json | Converts Kafka __consumer_offsets to JSON | 13 |
jdereg/json-io | Converts Java objects to and from JSON format with serialization options. | 331 |
callum-oakley/json5-rs | A Rust JSON5 serialization and deserialization library built on top of Serde | 185 |
fasterxml/jackson-module-kotlin | Adds support for serialization and deserialization of Kotlin classes and data classes to the Jackson JSON library | 1,127 |
kittinunf/forge | A JSON parsing library for Kotlin that allows manual control over the deserialization process using functional programming techniques. | 126 |