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