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
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • encode/django-rest-frameworkAvatar de encode

    encode/django-rest-framework

    30,083Ver en 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
    Ver en GitHub↗30,083
  • toon-format/toonAvatar de toon-format

    toon-format/toon

    24,642Ver en 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
    Ver en GitHub↗24,642
  • 99designs/gqlgenAvatar de 99designs

    99designs/gqlgen

    10,729Ver en 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
    Ver en GitHub↗10,729
  1. Home
  2. Web Development
  3. Custom Serializer Fields

Explorar subetiquetas

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