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