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