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