Monaka
Data serializer
A Swift library for serializing custom data types to and from NSData.
Monaka convert custom struct to NSData.
22 stars
4 watching
2 forks
Language: Swift
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
naru-jpn/pencil | A lightweight, value-based data storage solution written in Swift. | 90 |
artemstepanenko/dekoter | A Swift protocol that enables easy object serialization and deserialization to/from UserDefaults. | 25 |
datanucleus/datanucleus-typeconverter-kryo | Provides a plugin for serialising data using Kryo and Base64 encoding in a Java-based object mapping framework. | 3 |
magro/kryo-serializers | A collection of serializers for various Java data structures and classes | 381 |
swiftyjson/alamofire-swiftyjson | An extension to simplify serializing Alamofire's responses with SwiftyJSON. | 1,375 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |
khezen/avro | Provides tools and interfaces for serializing data in binary format with schema metadata | 46 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |
altoo-ag/akka-kryo-serialization | A Kryo-based serialization library for Scala and Akka, providing efficient serialization of various types. | 241 |
bedatadriven/jackson-datatype-jts | Provides custom serialization and deserialization of JTS Geometry objects using the GeoJSON format with Jackson | 81 |
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 |
sritchie/carbonite | A Clojure library that uses Kryo to serialize data in a compact and efficient manner. | 30 |
mikeywaites/kim | A Python framework for serializing and marshaling complex data structures into JSON format. | 316 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |