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