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