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