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