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