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