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