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