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