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