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