serilization
There are 17 repositories under serilization topic.
Syed007Hassan/NestJs-The-Complete-Developer-Guide
This repo includes all the resources provided in NestJs course by Stephen Grinder.
dev-vivekkumarverma/Update-Data-Before-Saving-Using-Serializer
Django-Rest-Framework APIs for re-formatting data before saving. It is an alarm app backend in which days for alarm comes as array of day names and then it is re-formatted using Serializers in which they are saved as hyphen (-) separated day names as a single string.
Kripth/xserial
Binary serialization library
mutalisk999/serialize-rs
Serialize/DeSerialize for Rust built-in types and user defined types (complex struct types)
barannmeisterr/Course-Statistics-Application
This application provides statistical data on courses offered over the last five academic years, specifically from the 2019 Fall term to the 2024 Spring term. It processes data from Excel files and stores it in efficient data structures for quick querying and analysis.
devrath/KotlinSerialization
๐งฎ ๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐ข ๐๐๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐๐๐ ๐๐ ๐๐๐๐๐๐ฃ๐๐๐ ๐๐๐ ๐บ๐๐๐๐๐ ๐๐๐๐๐๐๐๐ฃ๐๐๐๐๐ ๐๐๐๐๐๐๐ข ๐๐ ๐ฐ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐๐๐.
illuzor/Kind-List-Serializer
Json list serializer for kotlinx.serialization for partial lists parsing
timzhangRepo/Meeting-Scheduling-App
Find meeting time that can ensure maximum attendance within two days, via the Greedy algorithm. The Application implemented Jackson library for JSON sterilization and processing, as well as Java network APIs for handling HTTP requests. -Completed in Aug 2020 by Tim Zhang
kubji/kafkatraining
Kafka Training Examples
makt96/Cryptography
Cryptography is an important tool for building secure systems. In this lab, you will explore how to build a file encryption service in Rust. We wish to allow a sender to securely communicate a file to a receiver. We do not assume the sender and receiver have communicated before, and therefore the two parties do not have some kind of shared secret b
SakaSerbia/Drupal-8-view-plugin-custom_serializer
Custom module for Drupal 8 what create a view plugin for custom serialization (custom_serializer).
terrazavr/api_final
Rest API ัะพัะธะฐะปัะฝะพะน ัะตัะธ
abhishek621/springboot-gson-library
Spring Boot Gson Library
OmarAhmedSaleh/Package-Explorer
Package Explorer uses Java Reflection API to list all the .class files in the specified directory and let a user view the details of each class. (Class name, SuperClass, Interface, Fields, Methods, Providers, Clients).
savindaJ/Serialization-and-Deserialization
Lern Serialization and Deserialization
tblaase/CPP-Module-06
My solution for CPP Module 06 of the Common core of 42 school.