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