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