CodableWrappers
CodableWrappers copied to clipboard
A Collection of PropertyWrappers to make custom Serialization of Swift Codable Types easy
I would like to have a property wrapper that made it possible to change name of the key used when encoding and decoding. The result could look like this: ```...
I'm using the wrappers `@OptionalDecoding` and `@ISO8601DateDecoding` in my struct to decode dates, but making the struct conform to Sendable gives warnings for the properties with these wrappers as they...
Could you tell me how can i set @OptionalCoding @OptionalCoding @FallbackDecoding together?
CI Tests
This pull request introduces the **Swift Macro Compatibility Check** GitHub Action into the CI workflow. This action verifies that the Swift package remains compatible with multiple versions of `swift-syntax`, which...
During the SPM resolution phase, XCode highlights a warning. ``` 'codablewrappers' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to...
3.0有什么办法可以使用cocoapod集成呢
Initial version of custom separators
Request for @IgnoreEncodeIfNil When data is nil, skip the encode