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