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