DBTEAMGroupSelectorWithTeamGroupErrorSerializer
Objective-C
@interface DBTEAMGroupSelectorWithTeamGroupErrorSerializer : NSObject
Swift
class DBTEAMGroupSelectorWithTeamGroupErrorSerializer : NSObject
The serialization class for the DBTEAMGroupSelectorWithTeamGroupError
union.
-
Serializes
DBTEAMGroupSelectorWithTeamGroupError
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMGroupSelectorWithTeamGroupError *)instance;
Swift
class func serialize(_ instance: DBTEAMGroupSelectorWithTeamGroupError) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMGroupSelectorWithTeamGroupError
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMGroupSelectorWithTeamGroupError
API object. -
Deserializes
DBTEAMGroupSelectorWithTeamGroupError
instances.Declaration
Objective-C
+ (nonnull DBTEAMGroupSelectorWithTeamGroupError *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMGroupSelectorWithTeamGroupError
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMGroupSelectorWithTeamGroupError
API object.Return Value
An instantiation of the
DBTEAMGroupSelectorWithTeamGroupError
object.