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