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