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