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