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