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