awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 مستودعات

Awesome GitHub RepositoriesCustom Serializer Implementations

Defining specific read and write logic for classes by implementing a serialization interface.

Distinct from Custom Serialization Interfaces: Focuses on the implementation of the logic, while Custom Serialization Interfaces focuses on the interface definition.

Explore 14 awesome GitHub repositories matching data & databases · Custom Serializer Implementations. Refine with filters or upvote what's useful.

Awesome Custom Serializer Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

    6,570عرض على GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Implements specialized logic for converting objects to and from byte streams to optimize data storage formats.

    Javabig-datacachingdata-in-motion
    عرض على GitHub↗6,570
  • esotericsoftware/kryoالصورة الرمزية لـ EsotericSoftware

    EsotericSoftware/kryo

    6,529عرض على GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    Enables the definition of specific read and write logic for classes via custom serializer implementations.

    HTML
    عرض على GitHub↗6,529
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Creates custom materializers to determine how specific data types are serialized and deserialized between pipeline steps.

    Python
    عرض على GitHub↗5,452
  • zenml-io/zenmlالصورة الرمزية لـ zenml-io

    zenml-io/zenml

    5,451عرض على GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Implements custom handlers to manage the persistence and retrieval of complex data objects requiring specific serialization logic.

    Pythonagentopsagentsai
    عرض على GitHub↗5,451
  • cglib/cglibالصورة الرمزية لـ cglib

    cglib/cglib

    4,896عرض على GitHub↗

    cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a high-level API for creating and transforming Java bytecode at runtime to modify class behavior and a framework for intercepting method calls and field access. The project implements dynamic proxy generation to support aspect oriented programming and custom data access patterns. It also includes a serialization manager to implement serialization contracts by adding specific methods and controlling object replacement within proxy classes. The library covers bytecode manipulation and

    Implements serialization contracts for proxy classes by adding specific methods and controlling object replacement.

    Java
    عرض على GitHub↗4,896
  • cysharp/memorypackالصورة الرمزية لـ Cysharp

    Cysharp/MemoryPack

    4,598عرض على GitHub↗

    MemoryPack is a high-performance binary serialization library for C# and Unity. It provides a zero-allocation data pipeline and a schema-evolution framework designed to minimize memory allocations and encoding overhead. The project utilizes compile-time source generators to avoid runtime reflection and implements a zero-encoding binary format for maximum throughput. It distinguishes itself through a zero-allocation approach that reuses object instances to reduce garbage collection pressure and copies the memory layout of unmanaged structs directly to binary streams. The library covers binary

    Allows the definition of manual serialization logic for external types by implementing custom formatter classes.

    C#
    عرض على GitHub↗4,598
  • cysharp/magiconionالصورة الرمزية لـ Cysharp

    Cysharp/MagicOnion

    4,408عرض على GitHub↗

    MagicOnion هو إطار عمل RPC لـ .NET يُستخدم لبناء خدمات استدعاء إجراءات عن بُعد آمنة للنوع باستخدام واجهات مشتركة للتواصل بين الخوادم والعملاء. يعمل كإطار عمل تسلسلي ثنائي ومنسق خدمة موزع، ويوفر طبقة شبكة للبث منخفض زمن الانتقال وتبادل البيانات في الوقت الفعلي. يتميز المشروع بعميل شبكة متوافق مع AOT يستخدم مولدات المصدر لدعم التجميع المسبق في بيئات وقت التشغيل المقيدة. ويتيح التواصل ثنائي الاتجاه وبث البيانات في الوقت الفعلي، مما يسمح للخوادم والعملاء المتعددين بدفع الرسائل بشكل غير متزامن دون استطلاع. يغطي إطار العمل سطح قدرة واسعاً، بما في ذلك إدارة الاتصال القائمة على الحالة والجلسة، وخطوط أنابيب الطلب القائمة على المعترض للتحقق، والتحكم في الوصول القائم على الأدوار. كما يتضمن أدوات مراقبة مثل مراقبة الاتصال القائمة على نبضات القلب ومقاييس أداء الخادم، إلى جانب دعم تواصل شبكة Unity.

    Allows replacing the default serialization format with custom implementations to support specific data types or encryption.

    C#c-sharpgrpcrpc
    عرض على GitHub↗4,408
  • isar/hiveالصورة الرمزية لـ isar

    isar/hive

    4,390عرض على GitHub↗

    Hive هي قاعدة بيانات NoSQL خفيفة الوزن للمفاتيح والقيم مكتوبة بلغة Dart الخالصة لاستمرارية البيانات المحلية. تعمل كمخزن مستندات آمن للأنواع يسمح بحفظ واسترجاع هياكل البيانات المعقدة والكائنات المخصصة. يتميز النظام باستخدام محولات مخصصة لتسلسل الكائنات وتشفير المفتاح المتماثل لتأمين البيانات في حالة السكون. بالنسبة لبيئات الويب، يوفر طبقة استمرارية تغلف IndexedDB وتستخدم عمال الويب (web workers). يغطي المشروع مجالات إمكانيات واسعة بما في ذلك إدارة الحاويات، وعمليات الكتابة الذرية للمعاملات، واسترجاع البيانات المفهرسة. يدعم تفريغ عمليات قاعدة البيانات إلى عزلات (isolates) خلفية للحفاظ على استجابة واجهة المستخدم ويسمح بتهيئة حاويات التخزين عبر أصول ثنائية مملوءة مسبقاً.

    Saves non-primitive objects by implementing custom serialization logic to convert data into storable formats.

    Dartdartdatabaseencryption
    عرض على GitHub↗4,390
  • neuecc/magiconionالصورة الرمزية لـ neuecc

    neuecc/MagicOnion

    4,408عرض على GitHub↗

    MagicOnion هو إطار عمل لاستدعاء الإجراءات عن بُعد لمنصة .NET وUnity. يعمل كبروتوكول API ثنائي ومحرك تواصل في الوقت الفعلي يستخدم واجهات مشتركة لتوفير تواصل آمن للنوع بين العملاء والخوادم. يتميز إطار العمل بتوافقه مع بيئات التجميع المسبق (AOT)، باستخدام مولدات المصدر لوكلاء العميل والتسلسل لدعم منصات الهاتف المحمول ووحدات التحكم بما في ذلك تلك التي تستخدم IL2CPP. ويوفر طبقة وسيطة متخصصة لـ Unity تتعامل مع أنواع البيانات الخاصة بالمحرك وتضمن التوافق في وقت التشغيل. يغطي المشروع مجموعة واسعة من قدرات الشبكات، بما في ذلك بث البيانات ثنائي الاتجاه، ودورات طلب-استجابة أحادية، ورسائل الدفع من الخادم إلى العميل. يتضمن دعماً مدمجاً للأمان من خلال تشفير TLS ومصادقة JWT، بالإضافة إلى إدارة جلسة لكل عميل قائمة على الحالة وتصفية الطلبات القائمة على المعترض (interceptor). تتوفر أدوات تشخيصية لمراقبة حالة التواصل، وتتبع مقاييس أداء الخادم، ونشر تتبعات مكدس جانب الخادم إلى العملاء لتصحيح الأخطاء.

    Supports replacing the default binary serializer with custom implementations to change data encoding and compression.

    C#
    عرض على GitHub↗4,408
  • alibaba/fastjson2الصورة الرمزية لـ alibaba

    alibaba/fastjson2

    4,307عرض على GitHub↗

    fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON strings and byte arrays. It functions as a binary JSON serializer for encoding objects into optimized binary formats to reduce payload size and increase processing speed. The project includes a JSONPath query engine for extracting specific data and fields from JSON documents using standardized path expressions and filters. It also serves as a JSON schema validator, providing utilities to generate data contracts and validate JSON input against defined schemas to ensure structural c

    Enables the creation of custom serializers by implementing dedicated reading and writing logic.

    Javaandroidbig-datadeserialization
    عرض على GitHub↗4,307
  • msgspec/msgspecالصورة الرمزية لـ msgspec

    msgspec/msgspec

    3,821عرض على GitHub↗

    msgspec is a high-performance data modeling, serialization, and schema validation toolkit for Python. It serves as a type-safe serialization framework that integrates schema enforcement and data parsing into a single pass, functioning as both a data serialization library and a schema validation system based on standard Python type annotations. The project distinguishes itself through high-performance structural primitives, including compilation-based routine generation and zero-copy buffer parsing. It optimizes memory usage via garbage collection-aware layouts and reduces processing overhead

    Converts non-standard types into serializable formats using custom runtime hook functions.

    Pythondeserializationjsonjson-schema
    عرض على GitHub↗3,821
  • commanded/commandedالصورة الرمزية لـ commanded

    commanded/commanded

    2,016عرض على GitHub↗

    Commanded is an Elixir framework designed for building event-sourced applications that utilize domain-driven design. It provides a structured environment for implementing command-query responsibility segregation, allowing developers to separate write-side command processing from read-side data projection. By treating state changes as an immutable sequence of events, the framework ensures a reliable audit trail and facilitates system recovery. The project distinguishes itself through its support for distributed process orchestration and event-driven middleware pipelines. It enables the managem

    Allows implementing alternative formats or compression strategies by providing custom serializers to handle data transformation during storage and retrieval.

    Elixircommandedcqrscqrs-es
    عرض على GitHub↗2,016
  • qicosmos/rest_rpcالصورة الرمزية لـ qicosmos

    qicosmos/rest_rpc

    2,007عرض على GitHub↗

    Rest_rpc is a C++20 remote procedure call framework designed for building distributed services. It provides an asynchronous service interface that allows developers to expose local functions as network-accessible services, enabling remote clients to trigger tasks through automated serialization and communication protocols. The framework distinguishes itself by leveraging template metaprogramming to perform compile-time type introspection, which generates binary encoders and decoders without the need for runtime reflection. It further optimizes network throughput through zero-copy buffer manag

    Supports custom encoding and decoding functions to integrate alternative serialization libraries for processing data structures.

    C++
    عرض على GitHub↗2,007
  • teamsirenix/odin-serializerالصورة الرمزية لـ TeamSirenix

    TeamSirenix/odin-serializer

    1,884عرض على GitHub↗

    Odin Serializer هو إطار عمل مصمم لمحرك ألعاب Unity لتحويل رسوم بيانية للكائنات المعقدة إلى تنسيقات ثنائية أو JSON مستمرة. يوفر نظاماً لحفظ وتحميل هياكل الفئات المعقدة، بما في ذلك الأنواع العامة المتداخلة والأنواع متعددة الأشكال، مع الحفاظ على السلامة الهيكلية للبيانات. يتميز إطار العمل بدعمه للتجميع قبل الوقت (ahead-of-time)، حيث يولد بيانات وصفية للنوع ضرورية أثناء عملية البناء لضمان الوظيفة على المنصات التي تقيد الانعكاس في وقت التشغيل. ويتكامل مباشرة مع دورة حياة محرك Unity، مما يسمح بتسلسل الأنواع الخاصة بالمحرك وإدارة مراجع الأصول الخارجية من خلال معرفات فريدة مستمرة. يمكن للمستخدمين تحديد سياسات تسلسل دقيقة للتحكم في أعضاء الفئة الذين يتم تضمينهم أو استبعادهم أثناء عملية التحويل. تسمح هذه الإمكانية بتحسين تخزين البيانات ونقلها من خلال ضمان معالجة المعلومات المطلوبة فقط، بينما يتعامل المحرك الأساسي مع التعيين العودي لتسلسلات الوراثة المعقدة.

    Provides granular control over member inclusion and exclusion to optimize data storage for complex architectures.

    C#
    عرض على GitHub↗1,884
  1. Home
  2. Data & Databases
  3. Data Type Managers
  4. Dynamic Type Managers
  5. Custom Type Serializers
  6. Custom Serialization Interfaces
  7. Custom Serializer Implementations

استكشف الوسوم الفرعية

  • Event Data SerializersCustom serialization logic for transforming domain events and snapshots into persistent storage formats. **Distinct from Custom Serializer Implementations:** Distinct from Custom Serializer Implementations: focuses on event-sourced domain data transformation rather than generic class-based serialization interfaces.
  • Pluggable Binary SerializersAllows replacing default binary serialization logic with custom implementations for encoding or compression. **Distinct from Custom Serializer Implementations:** Focuses on replacing the global serialization engine rather than just defining a single class serializer.
  • Proxy Serialization ManagersManages serialization contracts for proxy classes by implementing specific methods and object replacement. **Distinct from Custom Serializer Implementations:** Distinct from Custom Serializer Implementations: specifically handles the serialization contracts within dynamic proxy structures.
  • Serialization HooksMechanisms for intercepting and modifying the serialization process to inject custom object states or parameters. **Distinct from Custom Serializer Implementations:** Distinct from Custom Serializer Implementations: focuses on runtime hooks and wrappers for modifying existing serialization flows rather than defining new class-level serialization logic.