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