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