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