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