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