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