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