Skip to content

Repository files navigation

A macro that is useful whenever the compiler cannot synthesize conformance to Codable on its own, e.g. an Observable class.

import Codable
@Observable
@Codable
class Something {
let property: OtherCodableType
var mutable: String
}

About

A Swift macro that is useful whenever the compiler cannot synthesize conformance to Codable on its own, e.g. an Observable class.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages