ValueTransformable
public protocol ValueTransformable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Object
-
Undocumented
Declaration
Swift
associatedtype JSON
-
Undocumented
Declaration
Swift
func transformFromJSON(_ value: Any) -> Object?