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