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