awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • encode/django-rest-frameworkencode 的头像

    encode/django-rest-framework

    30,083在 GitHub 上查看↗

    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
    在 GitHub 上查看↗30,083
  • jamesnk/newtonsoft.jsonJamesNK 的头像

    JamesNK/Newtonsoft.Json

    11,262在 GitHub 上查看↗

    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
    在 GitHub 上查看↗11,262
  • serde-rs/serdeserde-rs 的头像

    serde-rs/serde

    10,457在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,457
  • juhaku/utoipajuhaku 的头像

    juhaku/utoipa

    3,682在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,682
  1. Home
  2. Web Development
  3. Declarative Serializers

探索子标签

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