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