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