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