awesome-repositories.com

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

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

2 مستودعات

Awesome GitHub RepositoriesSerialization Configurations

Settings for controlling the output format, escaping, and structure of serialized JSON.

Distinct from JSON Encoding: Focuses on the runtime configuration of the encoder output rather than the general act of encoding.

Explore 2 awesome GitHub repositories matching web development · Serialization Configurations. Refine with filters or upvote what's useful.

Awesome Serialization Configurations GitHub Repositories

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

    bytedance/sonic

    9,492عرض على GitHub↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Offers a configuration system to control HTML escaping, key sorting, and compact formatting of JSON output.

    Gohigh-performancejitjson
    عرض على GitHub↗9,492
  • protobuf-net/protobuf-netالصورة الرمزية لـ protobuf-net

    protobuf-net/protobuf-net

    4,930عرض على GitHub↗

    protobuf-net is a .NET library that serializes and deserializes objects using the Protocol Buffers binary format for efficient data exchange. It provides a code-first gRPC service framework, allowing developers to define service contracts directly from existing C# classes without writing separate .proto files. The library is nullable-aware, encoding null values in collections and nullable scalars using wrapper messages to distinguish null from default zero values, and includes an ahead-of-time serializer generator that compiles serializer code at build time to eliminate runtime code generati

    Supports defining serialization rules through a runtime type model without requiring code attributes.

    C#
    عرض على GitHub↗4,930
  1. Home
  2. Web Development
  3. JSON Encoding
  4. Serialization Configurations

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

  • Runtime Serialization Model ConfigurationsSupports defining serialization rules through a runtime type model without requiring code attributes. **Distinct from Serialization Configurations:** Distinct from Serialization Configurations: defines serialization rules programmatically at runtime through a type model, not just output format settings.