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