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