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