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