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