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

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

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

3 个仓库

Awesome GitHub RepositoriesCustom Serializer Fields

Extensible field types for custom data conversion.

Distinguishing note: Allows defining new field types for non-standard data.

Explore 3 awesome GitHub repositories matching web development · Custom Serializer Fields. Refine with filters or upvote what's useful.

Awesome Custom Serializer Fields 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

    Converts between internal Python objects and serializable primitives.

    Pythonapidjangopython
    在 GitHub 上查看↗30,083
  • toon-format/toontoon-format 的头像

    toon-format/toon

    24,642在 GitHub 上查看↗

    Toon is a data serialization library and toolkit designed to convert complex objects into compact, human-readable formats optimized for large language models. By focusing on token efficiency, the library minimizes the context window footprint of structured data through techniques like key folding and tabular layout optimization. It provides a streaming-capable processor that handles the encoding and decoding of hierarchical data while maintaining structural integrity. The project distinguishes itself through its path-aware transformation pipeline and configurable serialization logic, which al

    Enables custom logic for converting unique data types by overriding default serialization rules.

    TypeScriptdata-formatllmserialization
    在 GitHub 上查看↗24,642
  • 99designs/gqlgen99designs 的头像

    99designs/gqlgen

    10,729在 GitHub 上查看↗

    gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation engine that transforms declarative GraphQL schema definitions into strongly-typed Go source code, ensuring strict alignment between the API contract and the underlying implementation. The framework distinguishes itself through its deep integration with the Go type system and its highly extensible build pipeline. By using schema-first development, it automates the creation of server boilerplate and resolver stubs, allowing developers to map schema fields directly to Go structs and

    Adds internal fields to generated data structures to support service logic while keeping them hidden from the public API.

    Gocodegendataloadergogenerate
    在 GitHub 上查看↗10,729
  1. Home
  2. Web Development
  3. Custom Serializer Fields

探索子标签

  • Internal Field InjectorsAdds fields to generated data structures that support internal logic while remaining hidden from the public schema. **Distinct from Custom Serializer Fields:** Focuses on injecting internal-only fields into generated models rather than general custom serializer fields.