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