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