FWAnyDecoder
public protocol FWAnyDecoder
Undocumented
-
Undocumented
Declaration
Swift
func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
FWFramework 3.0.0 Docs (63% documented)
public protocol FWAnyDecoder
Undocumented
Undocumented
Swift
func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable