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