utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
697 stars 62 forks source link

Add support for Swift basic data types. #26

Closed brianmullen closed 8 years ago

brianmullen commented 8 years ago

We are missing the following:

Int8
Int16
Int32
UInt8
UInt16
UInt32
UInt64
Character
Float80 - This isn't available on all platforms and so we may not want to include it.