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