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