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