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