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