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