DBTEAMLOGTeamFolderChangeStatusTypeSerializer
Objective-C
@interface DBTEAMLOGTeamFolderChangeStatusTypeSerializer : NSObject
Swift
class DBTEAMLOGTeamFolderChangeStatusTypeSerializer : NSObject
The serialization class for the TeamFolderChangeStatusType
struct.
-
Serializes
DBTEAMLOGTeamFolderChangeStatusType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGTeamFolderChangeStatusType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGTeamFolderChangeStatusType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGTeamFolderChangeStatusType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGTeamFolderChangeStatusType
API object. -
Deserializes
DBTEAMLOGTeamFolderChangeStatusType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGTeamFolderChangeStatusType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGTeamFolderChangeStatusType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGTeamFolderChangeStatusType
API object.Return Value
An instantiation of the
DBTEAMLOGTeamFolderChangeStatusType
object.