awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Type-Safe Data Handling · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesType-Safe Data Handling

Patterns and utilities for maintaining type safety during data conversion.

Distinguishing note: Focuses on the type-safety aspect of data handling.

Explore 1 awesome GitHub repository matching software engineering & architecture · Type-Safe Data Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Type-Safe Data Handling

Awesome Type-Safe Data Handling GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • google/gson

    google/gson

    24,357View on GitHub↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Ensures data structures remain consistent and predictable when moving between raw text and strongly typed code.

    Java
    24,357View on GitHub↗