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