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