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