DBTEAMLOGNetworkControlChangePolicyTypeSerializer
Objective-C
@interface DBTEAMLOGNetworkControlChangePolicyTypeSerializer : NSObject
Swift
class DBTEAMLOGNetworkControlChangePolicyTypeSerializer : NSObject
The serialization class for the NetworkControlChangePolicyType
struct.
-
Serializes
DBTEAMLOGNetworkControlChangePolicyType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGNetworkControlChangePolicyType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGNetworkControlChangePolicyType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGNetworkControlChangePolicyType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGNetworkControlChangePolicyType
API object. -
Deserializes
DBTEAMLOGNetworkControlChangePolicyType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGNetworkControlChangePolicyType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGNetworkControlChangePolicyType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGNetworkControlChangePolicyType
API object.Return Value
An instantiation of the
DBTEAMLOGNetworkControlChangePolicyType
object.