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