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