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