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