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