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