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