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