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