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