SmartAssociatedEnumerable
public protocol SmartAssociatedEnumerable : Decodable, Encodable
Undocumented
-
Undocumented
Declaration
Swift
static var defaultCase: Self { get } -
encodeValue()Default implementation如果你需要考虑encode,请实现它
Default Implementation
Declaration
Swift
func encodeValue() -> Encodable?
-
init(from:Extension method) Declaration
Swift
public init(from decoder: Decoder) throws -
encode(to:Extension method) Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub