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