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