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

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

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

1 个仓库

Awesome GitHub RepositoriesInter-Process Data Serialization

Mechanisms for converting complex objects into formats suitable for transfer between separate processes.

Distinct from Inter-Process Communication: Specifically addresses the serialization aspect of IPC rather than the communication management or synchronization.

Explore 1 awesome GitHub repository matching software engineering & architecture · Inter-Process Data Serialization. Refine with filters or upvote what's useful.

Awesome Inter-Process Data Serialization GitHub Repositories

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

    JeremyLiao/LiveEventBus

    3,990在 GitHub 上查看↗

    LiveEventBus 是一个 AndroidX 通信库,提供了一个用于应用程序组件间解耦数据传输的消息总线。它利用 LiveData 实现了一个生命周期感知的消息总线,确保事件订阅根据 Android 组件的状态自动管理,从而防止内存泄漏。 该库包含一个进程间通信桥,允许在不同进程或独立应用程序之间传输序列化数据和事件。它还具有粘性事件分发器,可在注册时保留并将最近的消息立即传递给新订阅者。 该框架涵盖内部和进程间消息路由、延迟消息调度和数据序列化。它还提供用于消息总线状态检查的实用程序,以监控活跃的观察者和已注册的接收者。

    Provides a system for converting complex objects into transferable formats for inter-process communication.

    Javaeventbuslivedatalivedatabus
    在 GitHub 上查看↗3,990
  1. Home
  2. Software Engineering & Architecture
  3. Inter-Process Data Serialization