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