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

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

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

1 个仓库

Awesome GitHub RepositoriesRuntime Type Preservation

Maintaining the identity of complex runtime types during data transfer.

Distinct from TypeScript Type Definitions: Focuses on preserving actual runtime instances (Dates, Maps, Sets) rather than static type definitions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Type Preservation. Refine with filters or upvote what's useful.

Awesome Runtime Type Preservation GitHub Repositories

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

    flightcontrolhq/superjson

    5,260在 GitHub 上查看↗

    Superjson is a lossless JSON serialization library and data transcoder. It converts complex JavaScript and TypeScript data types into strings and metadata to ensure that type identity is preserved during data transfer. The library preserves non-native types such as Dates, Maps, and Sets by splitting values into a JSON-compatible payload and a separate map of type-specific metadata. It utilizes a registry-based mapping system that allows for the definition of custom type handlers to manage third-party data types during serialization and deserialization. This utility supports cross-process dat

    Ensures TypeScript-defined classes and complex types maintain their identity when transferred between server and client.

    TypeScriptblitzjshacktoberfestjavascript
    在 GitHub 上查看↗5,260
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Runtime Type Preservation