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