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