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