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

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

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

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • square/moshisquare 的头像

    square/moshi

    10,138在 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
    在 GitHub 上查看↗10,138
  1. Home
  2. Data & Databases
  3. Data Encoding Schemes
  4. Contextual Serialization Rules