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