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