awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bytedance/sonicAvatar de bytedance

    bytedance/sonic

    9,492Ver en 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
    Ver en GitHub↗9,492
  • protobuf-net/protobuf-netAvatar de protobuf-net

    protobuf-net/protobuf-net

    4,930Ver en 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#
    Ver en GitHub↗4,930
  1. Home
  2. Web Development
  3. JSON Encoding
  4. Serialization Configurations

Explorar subetiquetas

  • 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.