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