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