Dekoter
Object serializer
A Swift protocol that enables easy object serialization and deserialization to/from UserDefaults.
NSCoding's counterpart for Swift structs.
25 stars
4 watching
1 forks
Language: Swift
last commit: about 5 years ago
Linked from 1 awesome list
decodingswiftswift-extensionsswift-libraryswift-structsuserdefaults
Related projects:
Repository | Description | Stars |
---|---|---|
thomasgalliker/objectdumper | A utility that serializes .NET objects to human-readable strings or C# initializer code for debugging and logging purposes. | 398 |
antmicro/migrant | A serialization framework for .NET projects enabling easy serialization of complex objects with minimal programming effort. | 46 |
swiftyjson/alamofire-swiftyjson | An extension to simplify serializing Alamofire's responses with SwiftyJSON. | 1,375 |
antidot/pyckson | A simple Python library to serialize objects to JSON by discovering class structure from init signatures and using camelCase for key names. | 28 |
svenvc/ston | A format for serializing objects in class-based object-oriented languages like Smalltalk. | 136 |
mbraceproject/fspickler | A fast and flexible serialization library for .NET objects. | 327 |
pichillilorenzo/jackson-js | A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |
theseion/fuel | An object serialization framework for Smalltalk that aims to provide efficient and flexible serialization of various types of objects. | 27 |
ndsev/zserio | A framework for compact and efficient serialization of structured data with low overhead | 109 |
miroslavkovac/lingo | A Swift library for managing localized strings and pluralization rules. | 62 |
xinchen10/amqp-io | A Java library for serializing and deserializing objects using the AMQP type system. | 0 |
ruedigermoeller/fast-serialization | Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. | 1,590 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |