DBSHARINGGetSharedLinkMetadataArgSerializer
Objective-C
@interface DBSHARINGGetSharedLinkMetadataArgSerializer : NSObject
Swift
class DBSHARINGGetSharedLinkMetadataArgSerializer : NSObject
The serialization class for the GetSharedLinkMetadataArg
struct.
-
Serializes
DBSHARINGGetSharedLinkMetadataArg
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBSHARINGGetSharedLinkMetadataArg *)instance;
Swift
class func serialize(_ instance: DBSHARINGGetSharedLinkMetadataArg) -> [String : Any]?
Parameters
instance
An instance of the
DBSHARINGGetSharedLinkMetadataArg
API object.Return Value
A json-compatible dictionary representation of the
DBSHARINGGetSharedLinkMetadataArg
API object. -
Deserializes
DBSHARINGGetSharedLinkMetadataArg
instances.Declaration
Objective-C
+ (nonnull DBSHARINGGetSharedLinkMetadataArg *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBSHARINGGetSharedLinkMetadataArg
Parameters
dict
A json-compatible dictionary representation of the
DBSHARINGGetSharedLinkMetadataArg
API object.Return Value
An instantiation of the
DBSHARINGGetSharedLinkMetadataArg
object.