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