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