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