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