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