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