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