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