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