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