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