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