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.
398 stars
12 watching
40 forks
Language: C#
last commit: about 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
artemstepanenko/dekoter | A Swift protocol that enables easy object serialization and deserialization to/from UserDefaults. | 25 |
antmicro/migrant | A serialization framework for .NET projects enabling easy serialization of complex objects with minimal programming effort. | 46 |
rudolfkurkams/structpacker | A binary serializer that generates optimized C# serialization code using Source Generators technology | 76 |
mbraceproject/fspickler | A fast and flexible serialization library for .NET objects. | 327 |
themaister/fossilize | A library to serialize and replay persistent Vulkan objects for efficient reuse and reproducibility. | 34 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
graphitemaster/0xabad1dea | A C++ library providing an alternative way to construct and destroy static global objects. | 27 |
pichillilorenzo/jackson-js | A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |
trampster/jsonsrcgen | A C# library that uses source generators to generate JSON serialization code | 147 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |
marcospassos/java-php-serializer | A Java library that serializes objects in the PHP serialization format | 15 |
whizzter/rpoco | A header-based reflection system for serializing and deserializing C++ objects to/from various data formats | 8 |
wc-duck/datalibrary | A C++ library for serializing data from JSON format to binary and vice versa while performing type checks and other validations. | 42 |
j8r/crystalizer | A library that provides out-of-the-box serialization and deserialization capabilities for Crystal objects | 40 |