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