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