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