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