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