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