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