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