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