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