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