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