awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesPre-Serialization Validators

Checks input against its TypeScript type before stringifying, returning null, throwing, or returning validation details on mismatch.

Distinct from Validation Result Serializers: Distinct from Validation Result Serializers: validates before serialization, not just serializing validation results.

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

Awesome Pre-Serialization Validators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • samchon/typiaAvatar de samchon

    samchon/typia

    5,837Voir sur GitHub↗

    Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It

    Checks input objects against their TypeScript type before serializing to prevent corrupt output.

    Go
    Voir sur GitHub↗5,837
  1. Home
  2. Data & Databases
  3. Data Structures
  4. Structured Return Objects
  5. JSON Response Serializers
  6. Validation Result Serializers
  7. Pre-Serialization Validators