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