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