Skip to content
#

serialization-deserialization

Here are 15 public repositories matching this topic...

zigantic

zigantic brings Pydantic-style data validation to Zig, using the type system for compile-time guarantees. Define validation rules as types, parse JSON with automatic error handling, and serialize with zero runtime overhead for unused features.

  • Updated Dec 13, 2025
  • Zig

Reflex is a powerful C library that provides reflection capabilities for C data structures. It allows you to introspect C structures at runtime, enabling you to access and manipulate the structure members dynamically. This library is particularly useful for tasks like serialization, deserialization, data validation, and generic data handling.

  • Updated Jun 6, 2025
  • C

This application is built on a microservices architecture using Spring Cloud. It is a distributed system designed for managing parcel shipping processes and provides tools for administration. The system handles parcel registration, tracking, and status updates through various stages of delivery. Additionally, it offers an admin panel for monitoring

  • Updated Sep 11, 2024
  • Java

Improve this page

Add a description, image, and links to the serialization-deserialization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serialization-deserialization topic, visit your repo's landing page and select "manage topics."

Learn more