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