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