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