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