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