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