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