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