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