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