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