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