DBTEAMLOGMemberTransferAccountContentsTypeSerializer
Objective-C
@interface DBTEAMLOGMemberTransferAccountContentsTypeSerializer : NSObject
Swift
class DBTEAMLOGMemberTransferAccountContentsTypeSerializer : NSObject
The serialization class for the MemberTransferAccountContentsType
struct.
-
Serializes
DBTEAMLOGMemberTransferAccountContentsType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGMemberTransferAccountContentsType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGMemberTransferAccountContentsType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGMemberTransferAccountContentsType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGMemberTransferAccountContentsType
API object. -
Deserializes
DBTEAMLOGMemberTransferAccountContentsType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGMemberTransferAccountContentsType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGMemberTransferAccountContentsType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGMemberTransferAccountContentsType
API object.Return Value
An instantiation of the
DBTEAMLOGMemberTransferAccountContentsType
object.