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