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