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