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