DBFILESSyncSettingsErrorSerializer
Objective-C
@interface DBFILESSyncSettingsErrorSerializer : NSObject
Swift
class DBFILESSyncSettingsErrorSerializer : NSObject
The serialization class for the DBFILESSyncSettingsError union.
-
Serializes
DBFILESSyncSettingsErrorinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBFILESSyncSettingsError *)instance;Swift
class func serialize(_ instance: DBFILESSyncSettingsError) -> [String : Any]?Parameters
instanceAn instance of the
DBFILESSyncSettingsErrorAPI object.Return Value
A json-compatible dictionary representation of the
DBFILESSyncSettingsErrorAPI object. -
Deserializes
DBFILESSyncSettingsErrorinstances.Declaration
Objective-C
+ (nonnull DBFILESSyncSettingsError *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBFILESSyncSettingsErrorParameters
dictA json-compatible dictionary representation of the
DBFILESSyncSettingsErrorAPI object.Return Value
An instantiation of the
DBFILESSyncSettingsErrorobject.
View on GitHub
DBFILESSyncSettingsErrorSerializer Class Reference