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