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