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