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