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