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