Articles by Tag #serialization

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Supercharging Your API Cache: A Deep Dive into Serialization Performance 🚀

When milliseconds matter, choosing the right serialization format can make or break your...

Learn More 6 0Jul 10

Flask-Marshmallow vs. SQLAlchemy's SerializerMixin: Which One Should You Use?

When working with Flask and SQLAlchemy, serialization plays a crucial role in transforming database...

Learn More 1 0Jan 30

Smart_Store: A C++ Library for Dynamic Data Management and Automatic Type Registration

Smart_Store architecture overview, showing core components and data flow. ...

Learn More 1 0Aug 28

Cbeam: Unmatched Concurrency, Cross-Library Data Sharing, and More in Modern C++

Introduction Cbeam is a modern, cross-platform, header-only C++ library designed to...

Learn More 1 0Jan 18

Advanced C# Serialization: Beyond JSON

Advanced C# Serialization: Beyond JSON Serialization is the backbone of modern software...

Learn More 1 0Aug 1

Using Java's serialVersionUID

"What's a serialVersionUID used for?" "What if you do not define it?" These...

Learn More 0 0Aug 24

Apache Avro

Apache Avro. Apache Avro™ is a data serialization system. Avro provides: Rich data...

Learn More 0 0Dec 31 '24

[Tiny] Kotlin, Spring Boot, and the Journey of Duration Serialisation

When using Spring with Kotlin, there is one interesting thing with duration fields serialisation. For...

Learn More 0 0Apr 4

10x Faster JSON Serialization: The Overlooked .NET Feature Senior Developers Miss

JSON serialization is the silent performance killer in many .NET applications. It’s easy to...

Learn More 0 0Mar 7

Python JSON Stringify Guide

Learn how to convert Python objects into JSON strings reliably using json.dumps, custom encoders, formatting options, and performance tips.

Learn More 0 0Jul 30

Protocol Buffers as a Serialization Format

📜 Definition — Protocol Buffers, also known as Protobuf, is a language-neutral, platform-neutral...

Learn More 0 0Dec 5 '24

Java interacting with Apache Avro

This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to...

Learn More 0 0Jan 14