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