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