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