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