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