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