Marshal icon indicating copy to clipboard operation
Marshal copied to clipboard

Marshaling the typeless wild west of [String: Any]

Results 26 Marshal issues
Sort by recently updated
recently updated
newest added

Add Marshal to Swift Source Compat Suite: https://github.com/apple/swift-source-compat-suite

enhancement

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...

enhancement
help wanted

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

enhancement
help wanted

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...