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