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