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