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