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