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