25 مستودعات
Libraries that handle data serialization with high efficiency.
Explore 25 awesome GitHub repositories matching part of an awesome list · Serialization. Refine with filters or upvote what's useful.
FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu
Memory-efficient serialization without unpacking or parsing.
Newtonsoft.Json is a data processing utility for the .NET ecosystem designed to facilitate the transformation and exchange of information. It functions as a serialization library and object mapping framework, enabling the conversion of complex application objects into formatted JSON strings and the reconstruction of structured objects from raw JSON data. The library distinguishes itself through a flexible architecture that supports both strongly-typed class mapping and a dynamic object model for schema-less data manipulation. It employs reflection-based metadata mapping to automate property a
Popular high-performance JSON framework.
MessagePack-CSharp is a high-performance binary serialization library for .NET applications that converts object graphs into the MessagePack format. It functions as a C# data serialization toolkit and a polymorphic binary encoder capable of handling abstract classes and interfaces using union keys to identify concrete derived types. The library provides a binary format transcoder to transform binary data into human-readable JSON for debugging. It supports ahead-of-time formatter generation to avoid runtime overhead and implements LZ4 binary compression to reduce the size of serialized data.
High-performance MessagePack serializer.
Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen
Fast and efficient object graph serialization.
CsvHelper هي مكتبة لقراءة وكتابة ملفات القيم المفصولة بفواصل عن طريق تعيين البيانات إلى كائنات فئة مخصصة. تعمل كمكتبة تحليل ومخطط بيانات يحول نص الملف المسطح إلى كائنات بيانات منظمة ويقوم بتسلسل مجموعات البيانات الداخلية مرة أخرى إلى ملفات CSV قياسية. يؤكد المشروع على كفاءة الذاكرة من خلال محلل يحسن استهلاك الموارد. يستخدم تخزين قيم الحقول مؤقتاً وذاكرة تخزين مؤقت للسلاسل الداخلية لتخزين القيم المتكررة، مما يقلل من تكاليف الذاكرة عند معالجة مجموعات البيانات الكبيرة. توفر المكتبة محرك تحليل مدفوعاً بالتكوين يدعم فواصل وأحرف هروب مختلفة. تدير العلاقة بين أعمدة CSV وخصائص الفئة باستخدام التعيين القائم على السمات وإنشاء الكائنات القائم على الانعكاس. تتم المعالجة عبر تحليل تسلسلي قائم على التدفق لإدارة الملفات ذات الحجم الكبير دون تحميل مجموعة البيانات بأكملها في الذاكرة.
CSV reading and writing library.
protobuf-net هو إطار عمل تسلسل ثنائي ومكتبة .NET تنفذ مواصفات Protocol Buffers. يعمل كأداة تسلسل تعتمد على المخطط (schema) ومخطط بيانات يعتمد على العقد (contract-first)، حيث يقوم بتحويل رسوم بيانية معقدة للكائنات إلى تنسيق ثنائي مضغوط للتخزين ونقل الشبكة. تمكن المكتبة تبادل البيانات عبر المنصات والشبكات عالية الأداء عن طريق تقليل أحجام الحمولة ووقت المعالجة. تدعم بشكل خاص استمرارية هرمية الكائنات، مما يسمح بتسلسل وإعادة بناء هياكل الفئات المعقدة التي تتضمن الوراثة والأنواع المشتقة. يغطي المشروع القدرات الأساسية بما في ذلك تسلسل وإلغاء تسلسل البيانات الثنائية، وإنشاء الفئات القائم على المخطط، وإدارة وراثة النوع من خلال معرفات فريدة. يوفر آليات لتعيين هياكل البيانات عبر سمات ثابتة أو تكوينات وقت تشغيل ديناميكية.
Protocol Buffers library.
Fury هو إطار عمل تسلسلي ثنائي متعدد اللغات مصمم لتشفير كائنات المجال والرسوم البيانية المعقدة لتسهيل تبادل البيانات عبر اللغات. يتضمن مترجم لغة تعريف الواجهة (IDL) الذي يترجم تعريفات المخطط إلى أنواع أصلية اصطلاحية ونصوص تسلسلية عبر لغات متعددة. يتميز المشروع بقارئ ثنائي بدون نسخ (zero-copy) يسمح بالوصول إلى حقول محددة دون إلغاء تسلسل الكائن بالكامل، بالإضافة إلى مسلسل رسوم بيانية للكائنات يحافظ على المراجع الدائرية وسلامة المراجع. كما يتميز بمحول بيانات يحول البيانات الثنائية القائمة على الصفوف إلى تنسيقات Apache Arrow القائمة على الأعمدة لأحمال العمل التحليلية. يغطي إطار العمل مجالات قدرة واسعة بما في ذلك تطور المخطط القائم على البيانات الوصفية للتوافق للأمام وللخلف، وعملية تجميع AOT في وقت البناء للقضاء على الانعكاس في وقت التشغيل، وإلغاء التسلسل الآمن عبر التحقق من النوع القائم على القائمة البيضاء. كما يوفر تكاملاً لاستدعاءات الإجراءات عن بُعد عالية الأداء من خلال gRPC.
Blazing fast JIT-powered zero-copy serialization framework.
YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m
YAML serialization library.
Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.
Cross-platform schematized data framework.
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
Fast binary serializer.
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Zero-allocation JSON serializer.
Fast .NET JSON (De)Serializer, Built On Sigil
High-performance JSON serializer.
FST: fast java serialization drop in-replacement
High-performance object graph serialization compatible with JDK.
MessagePack serializer implementation for Java / msgpack.orgJava
Efficient binary serialization format implementation.
.NET's fastest JSON, JSV and CSV Text Serializers
JSON, JSV, and CSV serializers.
MessagePack implementation for Common Language Infrastructure / msgpack.orgC#
MessagePack implementation.
Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
Schema.org POCO classes.
EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats
EDI format serializer.
Easy to use, easy to extend and high-performance library for CSV parsing with .NET
High-performance CSV parser.