crystalizer
Object serializer
A library that provides out-of-the-box serialization and deserialization capabilities for Crystal objects
(De)serialize any Crystal object - out of the box. Supports JSON, YAML and Byte format.
40 stars
7 watching
0 forks
Language: Crystal
last commit: almost 2 years ago
Linked from 1 awesome list
crystal-langjsonserializationyaml
Related projects:
Repository | Description | Stars |
---|---|---|
spellbook-technology/transmutation | A gem that provides a simple way to serialize Ruby objects into JSON with an opinionated approach to serializer lookup | 9 |
decorators-squad/eo-yaml | A YAML serialization library for Java 8 and above with an intuitive API and features like block style representation and support for comments. | 263 |
crystal-community/msgpack-crystal | An implementation of MessagePack serialization in Crystal | 136 |
procore-oss/blueprinter | A simple JSON serialization library for Ruby that presents business objects in a declarative way | 1,137 |
magro/kryo-serializers | A collection of serializers for various Java data structures and classes | 381 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
yamldb/yaml_db | A Rails plugin for serializing and deserializing data in a format independent of the underlying database system | 950 |
j8r/cride | A minimalistic text editor/IDE written in Crystal with a focus on usability and modularity. | 50 |
spider-gazelle/json-schema | Tools for serializing Crystal type definitions into JSON Schema | 13 |
pichillilorenzo/jackson-js | A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |
media-io/yaserde | A Rust-based XML serialization and deserialization library with customizable features and support for various data types. | 182 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |
jtomschroeder/crystalline | A collection of algorithms and data structures for use in the Crystal programming language | 129 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
crystal-community/toml.cr | A Crystal implementation of the TOML data serialization format | 60 |