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