Apple Swift Programming Language
Packing Bytes in Swift
Russ Bishop - Packing Bytes in Swift
Today I want to do a small exercise in packing some Float32s into a SQLite Binary Large Object (BLOB) column. Sure I could use JSON, protobuf, or some other encoding. Yes I could also use NSNumber, NSArray, and NSCoder or plists.
russbishop.net



