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