OptionalCodableInjectedForObjcCompatibility
@propertyWrapper
public struct OptionalCodableInjectedForObjcCompatibility<Service> : Codable where Service : Decodable, Service : Encodable
-
Declaration
Swift
public var wrappedValue: Service? { get set } -
Declaration
Swift
public var projectedValue: OptionalCodableInjectedForObjcCompatibility<Service> { get set } -
Declaration
Swift
public init() -
Declaration
Swift
public init(name: String? = nil, container: Resolver? = nil) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
Install in Dash
OptionalCodableInjectedForObjcCompatibility Structure Reference