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