awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesContextual Serialization Rules

Defines different encoding schemes for the same type based on field qualifiers.

Distinct from Data Encoding Schemes: Distinct from Data Encoding Schemes: focuses on contextual application of rules via qualifiers rather than binary format representations.

Explore 1 awesome GitHub repository matching data & databases · Contextual Serialization Rules. Refine with filters or upvote what's useful.

Awesome Contextual Serialization Rules GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • square/moshiAvatar square

    square/moshi

    10,138Vezi pe GitHub↗

    Moshi is a JSON serialization library and parser for Kotlin and Java. It functions as a reflectionless JSON encoder that converts typed objects to JSON strings and parses JSON data back into language objects. The library distinguishes itself through compile-time adapter generation, which removes the performance overhead associated with runtime reflection. It also provides a polymorphic JSON mapper that uses type identifiers to resolve and instantiate specific subclasses of a common base type. The framework supports custom adapter definitions for specialized type conversion, including nullabi

    Uses qualifiers to apply different encoding rules to the same data type based on the specific field context.

    Kotlin
    Vezi pe GitHub↗10,138
  1. Home
  2. Data & Databases
  3. Data Encoding Schemes
  4. Contextual Serialization Rules