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