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