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