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