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