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