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