SmartUpdater
public struct SmartUpdater<T> where T : SmartDecodable, T : SmartEncodable
Undocumented
-
This method is used to parse JSON data from a Data object and use the resulting dictionary to update a target object.
Declaration
Swift
public static func update(_ dest: inout T, from src: Data?)
-
This method is used to parse JSON data from a Data object and use the resulting dictionary to update a target object.
Declaration
Swift
public static func update(_ dest: inout T, from src: String?)
-
This method is used to parse JSON data from a Data object and use the resulting dictionary to update a target object.
Declaration
Swift
public static func update(_ dest: inout T, from src: [String : Any]?)