DBTEAMLOGSharedContentRelinquishMembershipTypeSerializer
Objective-C
@interface DBTEAMLOGSharedContentRelinquishMembershipTypeSerializer : NSObject
Swift
class DBTEAMLOGSharedContentRelinquishMembershipTypeSerializer : NSObject
The serialization class for the SharedContentRelinquishMembershipType
struct.
-
Serializes
DBTEAMLOGSharedContentRelinquishMembershipType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGSharedContentRelinquishMembershipType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGSharedContentRelinquishMembershipType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGSharedContentRelinquishMembershipType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGSharedContentRelinquishMembershipType
API object. -
Deserializes
DBTEAMLOGSharedContentRelinquishMembershipType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGSharedContentRelinquishMembershipType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGSharedContentRelinquishMembershipType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGSharedContentRelinquishMembershipType
API object.Return Value
An instantiation of the
DBTEAMLOGSharedContentRelinquishMembershipType
object.