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