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