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