DBTEAMLOGSsoAddLoginUrlTypeSerializer
Objective-C
@interface DBTEAMLOGSsoAddLoginUrlTypeSerializer : NSObject
Swift
class DBTEAMLOGSsoAddLoginUrlTypeSerializer : NSObject
The serialization class for the SsoAddLoginUrlType
struct.
-
Serializes
DBTEAMLOGSsoAddLoginUrlType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGSsoAddLoginUrlType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGSsoAddLoginUrlType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGSsoAddLoginUrlType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGSsoAddLoginUrlType
API object. -
Deserializes
DBTEAMLOGSsoAddLoginUrlType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGSsoAddLoginUrlType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGSsoAddLoginUrlType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGSsoAddLoginUrlType
API object.Return Value
An instantiation of the
DBTEAMLOGSsoAddLoginUrlType
object.