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