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