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