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