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

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

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

3 مستودعات

Awesome GitHub RepositoriesSerialization Contexts

Specific environments used to register type serializers and control data processing for particular loading scenarios.

Distinct from Serialization Configuration Managers: Focuses on the transient context used during map loading rather than the global configuration of serialization metadata.

Explore 3 awesome GitHub repositories matching data & databases · Serialization Contexts. Refine with filters or upvote what's useful.

Awesome Serialization Contexts GitHub Repositories

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

    rails-api/active_model_serializers

    5,342عرض على GitHub↗

    Active Model Serializers is a Ruby on Rails JSON serializer used to transform model objects and associations into structured JSON responses for APIs. It functions as a model-to-JSON mapper and response formatter that decouples internal database schemas from external API contracts. The project utilizes a pluggable adapter pattern to organize serialized data according to specific standards, such as the JSON API specification. It provides a mechanism to map internal attributes to custom JSON keys and implements a serialization scope that allows for attribute and association filtering based on au

    Passes an authorization context into the serializer to customize output based on user permissions.

    Rubyjsonresource-serializerruby
    عرض على GitHub↗5,342
  • goccy/go-jsonالصورة الرمزية لـ goccy

    goccy/go-json

    3,687عرض على GitHub↗

    go-json is a high-performance JSON serialization library for Go that serves as an encoder and decoder replacement for the standard library. It provides tools to convert native data structures to and from JSON format with optimized processing speeds. The library includes a conditional serializer for filtering specific data structure fields during the encoding process and a colorizer to produce color-coded JSON strings for human readability. The project supports context-aware marshaling to trigger specific logic during the serialization of complex data types.

    Provides serialization contexts to pass state through the encoding tree for custom marshalling logic.

    Gogogolanggolang-library
    عرض على GitHub↗3,687
  • space-wizards/space-station-14الصورة الرمزية لـ space-wizards

    space-wizards/space-station-14

    3,523عرض على GitHub↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    Registers type serializers within specific contexts to control data processing during the map loading process.

    C#c-sharpgamehacktoberfest
    عرض على GitHub↗3,523
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. Serialization Configuration Managers
  6. Serialization Contexts