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