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