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