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