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