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