ObjectDumper
Object serializer
A utility that serializes .NET objects to human-readable strings or C# initializer code for debugging and logging purposes.
ObjectDumper is a utility which aims to serialize C# objects to string for debugging and logging purposes.
399 stars
12 watching
39 forks
Language: C#
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Swift protocol that enables easy object serialization and deserialization to/from UserDefaults. | 25 |
| A serialization framework for .NET projects enabling easy serialization of complex objects with minimal programming effort. | 46 |
| A binary serializer that generates optimized C# serialization code using Source Generators technology | 77 |
| A fast and flexible serialization library for .NET objects. | 326 |
| A library to serialize and replay persistent Vulkan objects for efficient reuse and reproducibility. | 34 |
| A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
| Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
| A C++ library providing an alternative way to construct and destroy static global objects. | 26 |
| A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |
| A C# library that uses source generators to generate JSON serialization code | 146 |
| A Java library for manually creating serialization data. | 28 |
| A Java library that serializes objects in the PHP serialization format | 15 |
| A header-based reflection system for serializing and deserializing C++ objects to/from various data formats | 8 |
| A C++ library for serializing data from JSON format to binary and vice versa while performing type checks and other validations. | 42 |
| A library that provides out-of-the-box serialization and deserialization capabilities for Crystal objects | 40 |