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