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