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