awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesType-Specific Serialization

Custom logic for encoding specific data types via marshaler interfaces.

Distinct from Custom Serialization Interfaces: Applies the custom interface pattern to TOML serialization specifically, not JSON.

Explore 3 awesome GitHub repositories matching web development · Type-Specific Serialization. Refine with filters or upvote what's useful.

Awesome Type-Specific Serialization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • burntsushi/tomlBurntSushi का अवतार

    BurntSushi/toml

    4,904GitHub पर देखें↗

    This is a TOML parser and serializer for the Go language. It serves as a data serialization library and configuration file mapper that encodes and decodes data between Go structures and the TOML configuration format. The library provides interfaces for custom type marshaling, allowing for specialized logic when parsing or serializing specific data types. It transforms structured objects into deterministic TOML documents for storage or transmission. The project covers a broad range of data processing capabilities, including structured value encoding, TOML data generation, and metadata inspect

    Enables custom encoding and decoding logic for specific types using marshaler and unmarshaler interfaces.

    Go
    GitHub पर देखें↗4,904
  • cysharp/magiconionCysharp का अवतार

    Cysharp/MagicOnion

    4,408GitHub पर देखें↗

    MagicOnion एक .NET RPC फ्रेमवर्क है जिसका उपयोग सर्वर और क्लाइंट्स के बीच संचार के लिए साझा इंटरफेस का उपयोग करके टाइप-सेफ रिमोट प्रोसीजर कॉल सेवाएं बनाने के लिए किया जाता है। यह एक बाइनरी सीरियलाइज़ेशन फ्रेमवर्क और एक वितरित सेवा ऑर्केस्ट्रेटर के रूप में कार्य करता है, जो कम-लेटेंसी स्ट्रीमिंग और रीयल-टाइम डेटा एक्सचेंज के लिए एक नेटवर्क लेयर प्रदान करता है। यह प्रोजेक्ट एक AOT-संगत नेटवर्क क्लाइंट के माध्यम से खुद को अलग करता है जो प्रतिबंधित रनटाइम वातावरण में अहेड-ऑफ-टाइम संकलन का समर्थन करने के लिए सोर्स जनरेटर का उपयोग करता है। यह द्विदिश संचार और रीयल-टाइम डेटा स्ट्रीमिंग को सक्षम बनाता है, जिससे सर्वर और कई क्लाइंट्स को पोलिंग के बिना एसिंक्रोनस रूप से संदेश पुश करने की अनुमति मिलती है। यह फ्रेमवर्क सत्र-आधारित स्टेटफुल कनेक्शन प्रबंधन, सत्यापन के लिए इंटरसेप्टर-आधारित अनुरोध पाइपलाइन्स और भूमिका-आधारित एक्सेस कंट्रोल सहित एक व्यापक क्षमता सतह को कवर करता है। इसमें Unity नेटवर्क संचार के समर्थन के साथ-साथ हार्टबीट-आधारित कनेक्शन मॉनिटरिंग और सर्वर प्रदर्शन मेट्रिक्स जैसे ऑब्ज़र्वेबिलिटी उपकरण भी शामिल हैं।

    Enables the serialization and transmission of specific engine data types using specialized extension packages.

    C#c-sharpgrpcrpc
    GitHub पर देखें↗4,408
  • frankiesardo/icepickfrankiesardo का अवतार

    frankiesardo/icepick

    3,725GitHub पर देखें↗

    Icepick is an Android instance state library and persistence tool designed to automate the serialization and restoration of object state within Android bundles. It provides a framework for maintaining application state during activity recreation, configuration changes, and process death. The project utilizes annotation-driven code generation to create the boilerplate logic required for bundle manipulation and key management. It distinguishes itself through a provider-based serialization system that allows for custom serialization and deserialization logic when handling complex types that do n

    Applies custom bundling rules based on data types to handle non-standard object processing during state persistence.

    Clojure
    GitHub पर देखें↗3,725
  1. Home
  2. Web Development
  3. JSON Encoding
  4. Custom Serialization Interfaces
  5. Type-Specific Serialization

सब-टैग एक्सप्लोर करें

  • Engine-Specific Type SerializationSpecialized serialization logic for transmitting complex data types specific to a game or application engine. **Distinct from Type-Specific Serialization:** Focuses on engine-specific domain types (like Unity types) rather than generic JSON/TOML type marshaling.