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