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