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