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