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