FITFLOP
Home

json-deserialization (4 post)


posts by category not found!

How can I use Jackson's @JsonAnySetter with a record class?

Handling Unexpected JSON Fields with Jacksons Json Any Setter in Record Classes When working with external APIs or data sources you might encounter JSON objects

2 min read 05-10-2024 95
How can I use Jackson's @JsonAnySetter with a record class?
How can I use Jackson's @JsonAnySetter with a record class?

Using upickle read in Scala 3 macro

Using upickle for Serialization and Deserialization in Scala 3 Macros When working with Scala 3 macros you often need to handle serialization and deserializatio

2 min read 01-10-2024 47
Using upickle read in Scala 3 macro
Using upickle read in Scala 3 macro

How do I deserialize additional properties present in a type for which a converter already exists?

Deserializing Additional Properties with Existing Converters in NET Problem You re working with a NET application that uses JSON serialization and deserializati

2 min read 01-10-2024 43
How do I deserialize additional properties present in a type for which a converter already exists?
How do I deserialize additional properties present in a type for which a converter already exists?

How to serialize and deserialize nested java objects when sending object to Kafka topics and receiving at consumer end using only Jackson

Sending and Receiving Nested Java Objects in Kafka using Jackson Serialization Using Apache Kafka for message queues is a common practice especially when dealin

2 min read 30-09-2024 94
How to serialize and deserialize nested java objects when sending object to Kafka topics and receiving at consumer end using only Jackson
How to serialize and deserialize nested java objects when sending object to Kafka topics and receiving at consumer end using only Jackson