awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesDeclarative Serializers

Schema-based tools for transforming complex objects into serialized data formats.

Distinguishing note: Focuses on the declarative mapping of data structures.

Explore 4 awesome GitHub repositories matching web development · Declarative Serializers. Refine with filters or upvote what's useful.

Awesome Declarative Serializers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • encode/django-rest-frameworkAvatar von encode

    encode/django-rest-framework

    30,083Auf GitHub ansehen↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Handles bidirectional transformation between complex objects and serialized formats using class-based schemas.

    Pythonapidjangopython
    Auf GitHub ansehen↗30,083
  • jamesnk/newtonsoft.jsonAvatar von JamesNK

    JamesNK/Newtonsoft.Json

    11,262Auf GitHub ansehen↗

    Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and exchange of information. It functions as a serialization library and object mapping framework, enabling the conversion of complex application objects into formatted JSON strings and the reconstruction of structured objects from raw JSON data. The library distinguishes itself through a flexible architecture that supports both strongly-typed class mapping and a dynamic object model for schema-less data manipulation. It employs reflection-based metadata mapping to automate property a

    Provides declarative attributes to override default naming conventions and formatting rules during the serialization process.

    C#c-sharpjson
    Auf GitHub ansehen↗11,262
  • serde-rs/serdeAvatar von serde-rs

    serde-rs/serde

    10,457Auf GitHub ansehen↗

    This project is a framework for the efficient serialization and deserialization of data structures. It provides a unified, macro-based interface that automates the conversion of complex internal objects into standardized formats and reconstructs them from raw input streams or buffers. By leveraging compile-time code generation, the library minimizes manual implementation overhead while ensuring consistent logic across diverse data types. The framework distinguishes itself through a format-agnostic data model and a visitor-based parsing architecture that decouples data structures from specific

    Modifies serialization behavior using declarative rules applied to fields and containers.

    Rustderiveno-stdrust
    Auf GitHub ansehen↗10,457
  • juhaku/utoipaAvatar von juhaku

    juhaku/utoipa

    3,682Auf GitHub ansehen↗

    utoipa is a Rust API documentation tool used to generate machine-readable OpenAPI specifications. It functions as a specification generator and schema mapper that converts Rust structs and enums into compliant OpenAPI schemas. The project distinguishes itself by using procedural macros and traits to automate metadata extraction from code. It supports complex data modeling, including generics, polymorphism, and recursive type resolution, while synchronizing field renaming and tagging from serialization attributes. It also enables the composition of modular specifications, allowing multiple sma

    Synchronizes field renaming and tagging from serialization attributes to ensure the specification matches the actual JSON output.

    Rustauto-generatedcompile-timedocumentation
    Auf GitHub ansehen↗3,682
  1. Home
  2. Web Development
  3. Declarative Serializers

Unter-Tags erkunden

  • Declarative Serialization MappingsDeclarative rules for modifying how data structures are converted to or from external formats. **Distinct from Declarative Serializers:** Distinct from Declarative Serializers: focuses on the rule-based modification of serialization behavior rather than the serializer itself.