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