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