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