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