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