Binary Codable provides Swift Codable-like interfaces for converting types to and from binary representations.
Binary Codable is optimized for reading and writing blocks of binary data as a stream of bytes. This makes Binary Codable useful for network protocols, binary file formats, and other forms of tightly-packed binary information.
Binary Codable
Binary Codable provides Swift Codable-like interfaces for converting types to and from binary representations.
Binary Codable is optimized for reading and writing blocks of binary data as a stream of bytes. This makes Binary Codable useful for network protocols, binary file formats, and other forms of tightly-packed binary information.
This is not an official Google product.
Features
Data
.Data
to Swift types.Known usage in the wild
Supported technologies
License
BinaryCodable is released under the Apache 2.0 license. See LICENSE for more details.