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