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