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