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