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