CVUSerializer
class CVUSerializer
Undocumented
-
Undocumented
Declaration
Swift
class func valueToString(_ value: Any?, _ depth: Int = 0, _ tab: String = " ") -> String
-
Undocumented
Declaration
Swift
class func arrayToString( _ list: [Any?], _ depth: Int = 0, _ tab: String = " ", withDef: Bool = true, extraNewLine: Bool = false ) -> String
-
Undocumented
Declaration
Swift
class func dictToString( _ dict: [String: Any?], _ depth: Int = 0, _ tab: String = " ", withDef: Bool = true, extraNewLine: Bool = false, _ sortFunc: (( Dictionary<String, Any?>.Keys.Element, Dictionary<String, Any?>.Keys.Element ) throws -> Bool)? = nil ) -> String