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