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