StructPacker
Serializer generator
A binary serializer that generates optimized C# serialization code using Source Generators technology
Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.
77 stars
3 watching
7 forks
Language: C#
last commit: over 2 years ago
Linked from 2 awesome lists
csharp-serializercsharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
| A C# library that uses source generators to generate JSON serialization code | 146 |
| A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| A utility that serializes .NET objects to human-readable strings or C# initializer code for debugging and logging purposes. | 399 |
| An XML serialization and deserialization library optimized for low allocation overhead using source generation. | 50 |
| Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
| A Java library for manually creating serialization data. | 28 |
| A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
| A fast and flexible serialization library for .NET objects. | 326 |
| Generates C# code from SCS .yml files | 4 |
| A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
| Generates source code strings for attribute definitions in C#. | 7 |
| A fast and general-purpose serialization package for R objects | 406 |
| A lightweight data serialization framework for C# | 21 |
| Provides a C++ framework for serializing and deserializing data structures to and from various formats | 122 |