BinaryCodable icon indicating copy to clipboard operation
BinaryCodable copied to clipboard

A binary encoder for Swift Codable types

Results 3 BinaryCodable issues
Sort by recently updated
recently updated
newest added

The SIMD package types conform to Codable but there appears to be an issue with using SIMD types and BinaryCodable. See the following example code that throws an error. ```swift...

Fixes issues with custom encoding implementations, especially in relation to classes with inheritance. Some situations previously prohibited are now allowed, such as performing multiple calls to containers on an `Encoder`,...