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