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