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