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