Groot
Data serializer
A framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model.
From JSON to Core Data and back.
534 stars
26 watching
61 forks
Language: Objective-C
last commit: almost 5 years ago
Linked from 2 awesome lists
coredatajsonobjective-cserializationswift
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
ndsev/zserio | A framework for compact and efficient serialization of structured data with low overhead | 109 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
vendelin8/colfer | A binary serialization format compiler that generates source code from schema definitions to marshal and unmarshal data structures | 2 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
donavon/superjson-remix | A solution that allows sending binary data from a server-side loader to a React client app without requiring JSON parsable data | 84 |
dvidelabs/flatcc | A tool for compiling and generating C code for serialization and deserialization of binary data using the FlatBuffers format. | 653 |
khezen/avro | Provides tools and interfaces for serializing data in binary format with schema metadata | 46 |
jefffhaynes/binaryserializer | A framework for controlling data formatting at the byte and bit level using declarative serialization attributes | 293 |
schmittjoh/jmsserializerbundle | Enables serialization and deserialization of complex data formats in PHP applications. | 1,802 |
huntlabs/flatbuffers | A high-performance, binary serialization format for efficient data storage and transmission | 11 |
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 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
laminas/laminas-serializer | A utility project providing an adapter-based interface for serializing and deserializing PHP data structures into various formats. | 33 |