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