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