Marshal
Marshal copied to clipboard
Marshaling the typeless wild west of [String: Any]
Add Marshal to Swift Source Compat Suite: https://github.com/apple/swift-source-compat-suite
I'm currently using Unbox but am seriously thinking of switching to Marshal. But it has one major problem for me. The way that `Date` gets marshalling support by conforming to...
Initial setup for codecov has been added to the travis.yml file but we need to make sure its working. https://github.com/codecov/example-objc
The file Large.json causes projects which use Marshal to slow down Xcode while searching for strings. This patch removes Large.json from the project and adds a build phase to copy...
For some databases like Realm managed Object are not systematically persisted and doesn't need a context to be initialised: a Realm object in this case. Having to create a Realm...