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