struct Foo: Codable { private enum CodingKeys: CodingKey { case a } var a: Int private var _b: String = "" }