SubstanceSerializer
public class SubstanceSerializer
Undocumented
-
Undocumented
Declaration
Swift
public static func jsonFromState<K>(_ state: K) throws -> String where K : State
-
Undocumented
Declaration
Swift
public static func stateFromJson<K>(_ json: String) throws -> K where K : State
-
Undocumented
Declaration
Swift
public static func dataFromState<K>(_ state: K) throws -> Data? where K : State
-
Undocumented
Declaration
Swift
public static func stateFromData<K>(_ jsonData: Data) throws -> K where K : State
-
Undocumented
Declaration
Swift
public static func flattenDictionary(_ dict: FlaskDictRef) -> [String : Any]
-
Undocumented
Declaration
Swift
public static func nestDictionaries(namespace: String, root: FlaskDictRef, children: FlaskDictRef) -> FlaskDictRef
-
Undocumented
Declaration
Swift
public static func isDictionaryRef(_ value: Any?) -> Bool