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