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