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