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