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