DBTEAMLOGPaperAdminExportStartDetailsSerializer
Objective-C
@interface DBTEAMLOGPaperAdminExportStartDetailsSerializer : NSObject
Swift
class DBTEAMLOGPaperAdminExportStartDetailsSerializer : NSObject
The serialization class for the PaperAdminExportStartDetails
struct.
-
Serializes
DBTEAMLOGPaperAdminExportStartDetails
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGPaperAdminExportStartDetails *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGPaperAdminExportStartDetails) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGPaperAdminExportStartDetails
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGPaperAdminExportStartDetails
API object. -
Deserializes
DBTEAMLOGPaperAdminExportStartDetails
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGPaperAdminExportStartDetails *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGPaperAdminExportStartDetails
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGPaperAdminExportStartDetails
API object.Return Value
An instantiation of the
DBTEAMLOGPaperAdminExportStartDetails
object.