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