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