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