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