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