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,990GitHub पर देखें↗

    LiveEventBus is an AndroidX communication library that provides a message bus for decoupled data transfer between application components. It utilizes LiveData to implement a lifecycle-aware message bus, ensuring that event subscriptions are automatically managed based on the state of Android components to prevent memory leaks. The library includes an inter-process communication bridge that allows the transfer of serialized data and events between different processes or separate applications. It also features a sticky event dispatcher that retains and immediately delivers the most recent messa

    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