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