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