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