awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCollection Element Null Support

Capability to serialize null entries within a collection for both scalar and message types.

Distinct from Null Value Handling: Focuses specifically on allowing null elements inside a list, rather than general null value handling.

Explore 1 awesome GitHub repository matching data & databases · Collection Element Null Support. Refine with filters or upvote what's useful.

Awesome Collection Element Null Support GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • protobuf-net/protobuf-netالصورة الرمزية لـ protobuf-net

    protobuf-net/protobuf-net

    4,930عرض على GitHub↗

    protobuf-net is a .NET library that serializes and deserializes objects using the Protocol Buffers binary format for efficient data exchange. It provides a code-first gRPC service framework, allowing developers to define service contracts directly from existing C# classes without writing separate .proto files. The library is nullable-aware, encoding null values in collections and nullable scalars using wrapper messages to distinguish null from default zero values, and includes an ahead-of-time serializer generator that compiles serializer code at build time to eliminate runtime code generati

    Encodes null entries inside collections by wrapping each element in a message with field presence.

    C#
    عرض على GitHub↗4,930
  1. Home
  2. Data & Databases
  3. Null Value Handling
  4. Collection Element Null Support