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