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