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