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