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