DBTEAMLOGShowcaseFileRemovedDetailsSerializer
Objective-C
@interface DBTEAMLOGShowcaseFileRemovedDetailsSerializer : NSObject
Swift
class DBTEAMLOGShowcaseFileRemovedDetailsSerializer : NSObject
The serialization class for the ShowcaseFileRemovedDetails
struct.
-
Serializes
DBTEAMLOGShowcaseFileRemovedDetails
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGShowcaseFileRemovedDetails *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGShowcaseFileRemovedDetails) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGShowcaseFileRemovedDetails
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGShowcaseFileRemovedDetails
API object. -
Deserializes
DBTEAMLOGShowcaseFileRemovedDetails
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGShowcaseFileRemovedDetails *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGShowcaseFileRemovedDetails
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGShowcaseFileRemovedDetails
API object.Return Value
An instantiation of the
DBTEAMLOGShowcaseFileRemovedDetails
object.