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