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