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