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