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