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