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