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