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