3 रिपॉजिटरी
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.
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.
MagicOnion एक .NET RPC फ्रेमवर्क है जिसका उपयोग सर्वर और क्लाइंट्स के बीच संचार के लिए साझा इंटरफेस का उपयोग करके टाइप-सेफ रिमोट प्रोसीजर कॉल सेवाएं बनाने के लिए किया जाता है। यह एक बाइनरी सीरियलाइज़ेशन फ्रेमवर्क और एक वितरित सेवा ऑर्केस्ट्रेटर के रूप में कार्य करता है, जो कम-लेटेंसी स्ट्रीमिंग और रीयल-टाइम डेटा एक्सचेंज के लिए एक नेटवर्क लेयर प्रदान करता है। यह प्रोजेक्ट एक AOT-संगत नेटवर्क क्लाइंट के माध्यम से खुद को अलग करता है जो प्रतिबंधित रनटाइम वातावरण में अहेड-ऑफ-टाइम संकलन का समर्थन करने के लिए सोर्स जनरेटर का उपयोग करता है। यह द्विदिश संचार और रीयल-टाइम डेटा स्ट्रीमिंग को सक्षम बनाता है, जिससे सर्वर और कई क्लाइंट्स को पोलिंग के बिना एसिंक्रोनस रूप से संदेश पुश करने की अनुमति मिलती है। यह फ्रेमवर्क सत्र-आधारित स्टेटफुल कनेक्शन प्रबंधन, सत्यापन के लिए इंटरसेप्टर-आधारित अनुरोध पाइपलाइन्स और भूमिका-आधारित एक्सेस कंट्रोल सहित एक व्यापक क्षमता सतह को कवर करता है। इसमें Unity नेटवर्क संचार के समर्थन के साथ-साथ हार्टबीट-आधारित कनेक्शन मॉनिटरिंग और सर्वर प्रदर्शन मेट्रिक्स जैसे ऑब्ज़र्वेबिलिटी उपकरण भी शामिल हैं।
Enables the serialization and transmission of specific engine data types using specialized extension packages.
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.