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