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