Converts uploaded photos to byte arrays, demonstrating serialization and deserialization processes.
-
Updated
Jul 17, 2024 - Java
Converts uploaded photos to byte arrays, demonstrating serialization and deserialization processes.
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.
json serialization/deserialization for C3, pre-alpha
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.
SwiftProtoReflect is a dynamic Protocol Buffers library for Swift, enabling reflection-based message handling, serialization, and deserialization without the need for precompiled .proto files.
🚀 Build high-performance applications with Zig using Zigantic, a powerful framework designed for efficiency and ease of use.
Small, header-only library for serializing arbitrary objects to and from raw bytes. Using C++26 static reflection for a serialization that just works, without any boilerplate code.
Repository to store Java projects
A C++ object serialization framework
Serialization Deserialization in Java
A serializer/deserializer for working directly with binary data in a way that is still human-readable (ASCII -> ASCII, context-sensitive chars -> similar-looking UTF-8, control chars -> semantically-relevant glyphs), but without breaking your terminal or editor. Includes C, LuaJIT, WASM and Node.js implementations. Full test coverage.
Demo for Spring Boot Kafka Streams prove of concepts operations Kafka Streams Windowing: Tumbling, Hopping, Sliding, Session
Demo for Spring Boot Kafka Streams prove of concepts stateless and stateful operations
This project is an individual assignment for the "Object-Oriented Programming – Java" course, offered in the 2nd semester of the 2023 academic year at the University of Piraeus, Department of Informatics.
Every homework from the DB 'Entity Framework Core' module of the C# course at Software University
Demo for Spring Boot Kafka Producer / Consumer. Updated to spring boot 4
Demo for Spring Boot Kafka Streams prove of concepts Stateful operations.
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
Streaming Serialization/Deserialization with ES6/TypeScript class support
Add a description, image, and links to the serialization-deserialization topic page so that developers can more easily learn about it.
To associate your repository with the serialization-deserialization topic, visit your repo's landing page and select "manage topics."