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