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