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